Html Css Color HEX #D06F8E Charm

📋 copy color: '#D06F8E'

red 208 ◦ green 111 ◦ blue 142

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

Shades of Charm #D06F8E

Tints of Charm #D06F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 45.12%
G = 24.08%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D06F8E (or 0xD06F8E) is known color: Charm. HEX triplet: D0, 6F and 8E. RGB value is (208,111,142). Sum of RGB (Red+Green+Blue) = 208+111+142=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F8E is #2F9071. Grayscale: #8F8F8F. Windows color (decimal): -3117170 or 9334736. OLE color: 9334736.

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

Color convert

RGB 208 111 142 -
CMYK 0 0.47 0.32 0.18
HSL 340.82º 0.51% 0.63% -
HSV(B) 340.82º 0.47% 0.82% -
XYZ 36.58 26.73 28.82 -
YUV 143.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 208 111 142 0 0.47 0.32 0.18 340.82 0.51 0.63
Hex D0 6F 8E 0 2F 20 12 155 33 3F
Octal 320 157 216 0 57 40 22 525 63 77
Binary 11010000 1101111 10001110 0 101111 100000 10010 101010101 110011 111111

Color Harmonies of #D06F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F8E

Black with #D06F8E

Text Example


Text Example

White with #D06F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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