Html Css Color HEX #D06F86 Charm

📋 copy color: '#D06F86'

red 208 ◦ green 111 ◦ blue 134

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

Shades of Charm #D06F86

Tints of Charm #D06F86

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.5%

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

R = 45.92%
G = 24.5%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D06F86 (or 0xD06F86) is known color: Charm. HEX triplet: D0, 6F and 86. RGB value is (208,111,134). Sum of RGB (Red+Green+Blue) = 208+111+134=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F86 is #2F9079. Grayscale: #8E8E8E. Windows color (decimal): -3117178 or 8810448. OLE color: 8810448.

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

Color convert

RGB 208 111 134 -
CMYK 0 0.47 0.36 0.18
HSL 345.77º 0.51% 0.63% -
HSV(B) 345.77º 0.47% 0.82% -
XYZ 36 26.5 25.77 -
YUV 142.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 208 111 134 0 0.47 0.36 0.18 345.77 0.51 0.63
Hex D0 6F 86 0 2F 24 12 15A 33 3F
Octal 320 157 206 0 57 44 22 532 63 77
Binary 11010000 1101111 10000110 0 101111 100100 10010 101011010 110011 111111

Color Harmonies of #D06F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F86

Black with #D06F86

Text Example


Text Example

White with #D06F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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