#D66F81

Color #D66F81 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D66F81

Tints of Charm #D66F81

Color information

#D66F81 (or 0xD66F81) is unknown color: approx Charm. HEX triplet: D6, 6F and 81. RGB value is (214,111,129). Sum of RGB (Red+Green+Blue) = 214+111+129=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F81 is #29907E. Grayscale: #8F8F8F. Windows color (decimal): -2723967 or 8482774. OLE color: 8482774.

HSL color Cylindrical-coordinate representation of color #D66F81: hue angle of 349.51º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66F81 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214111129-
CMYK00.480.400.16
HSL349.51º55.68%63.73%-
HSV(B)349.51º48.13%83.92%-
XYZ37.3827.2524.06-
YUV143.85119.62178.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=47.14%
G=24.45%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411112900.480.400.16349.5155.6863.73
HexD66F81030281015e3840
Octal326157201060502053670100
Binary110101101101111100000010110000101000100001010111101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F81; }

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

 H1.HeaderClassName
 {
   color: #D66F81;
 }
 .AnyTagClassName
 {
   color: #D66F81;
 }
</style>
background-color css

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

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

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

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

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

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