#D06B83

Color #D06B83 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D06B83

Tints of Charm #D06B83

Color information

#D06B83 (or 0xD06B83) is unknown color: approx Charm. HEX triplet: D0, 6B and 83. RGB value is (208,107,131). Sum of RGB (Red+Green+Blue) = 208+107+131=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06B83 is #2F947C. Grayscale: #8B8B8B. Windows color (decimal): -3118205 or 8612816. OLE color: 8612816.

HSL color Cylindrical-coordinate representation of color #D06B83: hue angle of 345.74º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06B83 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB208107131-
CMYK00.490.370.18
HSL345.74º51.79%61.76%-
HSV(B)345.74º48.56%81.57%-
XYZ35.3725.5624.54-
YUV139.94122.96176.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 46.64%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 131 (51.56% from 255) = 29.37%
R=46.64%
G=23.99%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810713100.490.370.18345.7451.7961.76
HexD06B83031251215a343e
Octal32015320306145225326476
Binary11010000110101110000011011000110010110010101011010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06B83; }

 p { color: rgb(208,107,131); }

 H1.HeaderClassName
 {
   color: #D06B83;
 }
 .AnyTagClassName
 {
   color: #D06B83;
 }
</style>
background-color css

<style>
 a { background-color: #D06B83; }

 a { background-color: rgb(208,107,131); }

 div.DivClassName
 {
   background-color: #D06B83;
 }
 .BgClassName
 {
   background-color: #D06B83;
 }
</style>
border-color css

<style>
 span { border-color: #D06B83; }

 span { border-color: rgb(208,107,131); }

 td.TdClassName
 {
   border-color: #D06B83;
 }
 .TagClassName
 {
   border-color: #D06B83;
 }
</style>