Html Css Color HEX #D06686 Charm

📋 copy color: '#D06686'

red 208 ◦ green 102 ◦ blue 134

#D06686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D06686

Tints of Charm #D06686

RGB

 RED value IS 208 (81.64% from 255) = 46.85%

 GREEN value IS 102 (40.23% from 255) = 22.97%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 46.85%
G = 22.97%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D06686 (or 0xD06686) is known color: Charm. HEX triplet: D0, 66 and 86. RGB value is (208,102,134). Sum of RGB (Red+Green+Blue) = 208+102+134=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D06686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06686 is #2F9979. Grayscale: #898989. Windows color (decimal): -3119482 or 8808144. OLE color: 8808144.

HSL color Cylindrical-coordinate representation of color #D06686: hue angle of 341.89º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06686 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 102 134 -
CMYK 0 0.51 0.36 0.18
HSL 341.89º 0.53% 0.61% -
HSV(B) 341.89º 0.51% 0.82% -
XYZ 35.07 24.63 25.46 -
YUV 137.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 208 102 134 0 0.51 0.36 0.18 341.89 0.53 0.61
Hex D0 66 86 0 33 24 12 156 35 3D
Octal 320 146 206 0 63 44 22 526 65 75
Binary 11010000 1100110 10000110 0 110011 100100 10010 101010110 110101 111101

Color Harmonies of #D06686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06686

Black with #D06686

Text Example


Text Example

White with #D06686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06686; }

 p { color: rgb(208,102,134); }

 H1.HeaderClassName
 {
   color: #D06686;
 }
 .AnyTagClassName
 {
   color: #D06686;
 }
</style>

background-color css

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

 a { background-color: rgb(208,102,134); }

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

border-color css

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

 span { border-color: rgb(208,102,134); }

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