Html Css Color HEX #D06D89 Charm

📋 copy color: '#D06D89'

red 208 ◦ green 109 ◦ blue 137

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

Shades of Charm #D06D89

Tints of Charm #D06D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 45.81%
G = 24.01%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D06D89 (or 0xD06D89) is known color: Charm. HEX triplet: D0, 6D and 89. RGB value is (208,109,137). Sum of RGB (Red+Green+Blue) = 208+109+137=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D89 is #2F9276. Grayscale: #8D8D8D. Windows color (decimal): -3117687 or 9006544. OLE color: 9006544.

HSL color Cylindrical-coordinate representation of color #D06D89: hue angle of 343.03º 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 #D06D89 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 109 137 -
CMYK 0 0.48 0.34 0.18
HSL 343.03º 0.51% 0.62% -
HSV(B) 343.03º 0.48% 0.82% -
XYZ 36 26.15 26.82 -
YUV 141.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 208 109 137 0 0.48 0.34 0.18 343.03 0.51 0.62
Hex D0 6D 89 0 30 22 12 157 33 3E
Octal 320 155 211 0 60 42 22 527 63 76
Binary 11010000 1101101 10001001 0 110000 100010 10010 101010111 110011 111110

Color Harmonies of #D06D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D89

Black with #D06D89

Text Example


Text Example

White with #D06D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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