#D66F87

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

Shades of Charm #D66F87

Tints of Charm #D66F87

Color information

#D66F87 (or 0xD66F87) is unknown color: approx Charm. HEX triplet: D6, 6F and 87. RGB value is (214,111,135). Sum of RGB (Red+Green+Blue) = 214+111+135=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F87 is #299078. Grayscale: #909090. Windows color (decimal): -2723961 or 8875990. OLE color: 8875990.

HSL color Cylindrical-coordinate representation of color #D66F87: hue angle of 346.02º 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 #D66F87 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214111135-
CMYK00.480.370.16
HSL346.02º55.68%63.73%-
HSV(B)346.02º48.13%83.92%-
XYZ37.7927.4126.22-
YUV144.53122.62177.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 135 (53.12% from 255) = 29.35%
R=46.52%
G=24.13%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411113500.480.370.16346.0255.6863.73
HexD66F87030251015a3840
Octal326157207060452053270100
Binary110101101101111100001110110000100101100001010110101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F87; }

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

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

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

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

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

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

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

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