#D76887

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

Shades of Charm #D76887

Tints of Charm #D76887

Color information

#D76887 (or 0xD76887) is unknown color: approx Charm. HEX triplet: D7, 68 and 87. RGB value is (215,104,135). Sum of RGB (Red+Green+Blue) = 215+104+135=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D76887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76887 is #289778. Grayscale: #8C8C8C. Windows color (decimal): -2660217 or 8874199. OLE color: 8874199.

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

Color convert

RGB215104135-
CMYK00.520.370.16
HSL343.24º58.12%62.55%-
HSV(B)343.24º51.63%84.31%-
XYZ37.3526.125.99-
YUV140.72124.77180.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.36%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=47.36%
G=22.91%
B=29.74%

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
Decimal21510413500.520.370.16343.2458.1262.55
HexD7688703425101573a3f
Octal32715020706445205277277
Binary11010111110100010000111011010010010110000101010111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76887; }

 p { color: rgb(215,104,135); }

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

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

 a { background-color: rgb(215,104,135); }

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

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

 span { border-color: rgb(215,104,135); }

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