Html Css Color HEX #D06F8C Charm

📋 copy color: '#D06F8C'

red 208 ◦ green 111 ◦ blue 140

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

Shades of Charm #D06F8C

Tints of Charm #D06F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 45.32%
G = 24.18%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D06F8C (or 0xD06F8C) is known color: Charm. HEX triplet: D0, 6F and 8C. RGB value is (208,111,140). Sum of RGB (Red+Green+Blue) = 208+111+140=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F8C is #2F9073. Grayscale: #8F8F8F. Windows color (decimal): -3117172 or 9203664. OLE color: 9203664.

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

Color convert

RGB 208 111 140 -
CMYK 0 0.47 0.33 0.18
HSL 342.06º 0.51% 0.63% -
HSV(B) 342.06º 0.47% 0.82% -
XYZ 36.43 26.67 28.04 -
YUV 143.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 208 111 140 0 0.47 0.33 0.18 342.06 0.51 0.63
Hex D0 6F 8C 0 2F 21 12 156 33 3F
Octal 320 157 214 0 57 41 22 526 63 77
Binary 11010000 1101111 10001100 0 101111 100001 10010 101010110 110011 111111

Color Harmonies of #D06F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F8C

Black with #D06F8C

Text Example


Text Example

White with #D06F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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