#D66787

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

Shades of Charm #D66787

Tints of Charm #D66787

Color information

#D66787 (or 0xD66787) is unknown color: approx Charm. HEX triplet: D6, 67 and 87. RGB value is (214,103,135). Sum of RGB (Red+Green+Blue) = 214+103+135=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D66787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66787 is #299878. Grayscale: #8B8B8B. Windows color (decimal): -2726009 or 8873942. OLE color: 8873942.

HSL color Cylindrical-coordinate representation of color #D66787: hue angle of 342.7º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66787 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214103135-
CMYK00.520.370.16
HSL342.7º57.51%62.16%-
HSV(B)342.7º51.87%83.92%-
XYZ36.9525.7525.94-
YUV139.84125.27180.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=47.35%
G=22.79%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410313500.520.370.16342.757.5162.16
HexD6678703425101573a3e
Octal32614720706445205277276
Binary11010110110011110000111011010010010110000101010111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66787; }

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

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

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

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

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

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

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

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