Html Css Color HEX #D06F81 Charm

📋 copy color: '#D06F81'

red 208 ◦ green 111 ◦ blue 129

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

Shades of Charm #D06F81

Tints of Charm #D06F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.79%

R = 46.43%
G = 24.78%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D06F81 (or 0xD06F81) is known color: Charm. HEX triplet: D0, 6F and 81. RGB value is (208,111,129). Sum of RGB (Red+Green+Blue) = 208+111+129=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F81 is #2F907E. Grayscale: #8E8E8E. Windows color (decimal): -3117183 or 8482768. OLE color: 8482768.

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

Color convert

RGB 208 111 129 -
CMYK 0 0.47 0.38 0.18
HSL 348.87º 0.51% 0.63% -
HSV(B) 348.87º 0.47% 0.82% -
XYZ 35.66 26.36 23.98 -
YUV 142.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 208 111 129 0 0.47 0.38 0.18 348.87 0.51 0.63
Hex D0 6F 81 0 2F 26 12 15D 33 3F
Octal 320 157 201 0 57 46 22 535 63 77
Binary 11010000 1101111 10000001 0 101111 100110 10010 101011101 110011 111111

Color Harmonies of #D06F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F81

Black with #D06F81

Text Example


Text Example

White with #D06F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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