Html Css Color HEX #D06D87 Charm

📋 copy color: '#D06D87'

red 208 ◦ green 109 ◦ blue 135

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

Shades of Charm #D06D87

Tints of Charm #D06D87

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.12%

 BLUE value IS 135 (53.13% from 255) = 29.87%

R = 46.02%
G = 24.12%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D06D87 (or 0xD06D87) is known color: Charm. HEX triplet: D0, 6D and 87. RGB value is (208,109,135). Sum of RGB (Red+Green+Blue) = 208+109+135=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D87 is #2F9278. Grayscale: #8D8D8D. Windows color (decimal): -3117689 or 8875472. OLE color: 8875472.

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

Color convert

RGB 208 109 135 -
CMYK 0 0.48 0.35 0.18
HSL 344.24º 0.51% 0.62% -
HSV(B) 344.24º 0.48% 0.82% -
XYZ 35.85 26.1 26.07 -
YUV 141.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 208 109 135 0 0.48 0.35 0.18 344.24 0.51 0.62
Hex D0 6D 87 0 30 23 12 158 33 3E
Octal 320 155 207 0 60 43 22 530 63 76
Binary 11010000 1101101 10000111 0 110000 100011 10010 101011000 110011 111110

Color Harmonies of #D06D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D87

Black with #D06D87

Text Example


Text Example

White with #D06D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D87; }

 p { color: rgb(208,109,135); }

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

background-color css

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

 a { background-color: rgb(208,109,135); }

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

border-color css

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

 span { border-color: rgb(208,109,135); }

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