#D77881

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

Shades of Charm #D77881

Tints of Charm #D77881

Color information

#D77881 (or 0xD77881) is unknown color: approx Charm. HEX triplet: D7, 78 and 81. RGB value is (215,120,129). Sum of RGB (Red+Green+Blue) = 215+120+129=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77881 is #28877E. Grayscale: #959595. Windows color (decimal): -2656127 or 8485079. OLE color: 8485079.

HSL color Cylindrical-coordinate representation of color #D77881: hue angle of 354.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77881 is Cyan = 0, Magento = 0.44, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB215120129-
CMYK00.440.40.16
HSL354.32º54.29%65.69%-
HSV(B)354.32º44.19%84.31%-
XYZ38.729.4624.42-
YUV149.43116.47174.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=46.34%
G=25.86%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512012900.440.40.16354.3254.2965.69
HexD7788102C28101623642
Octal327170201054502054266102
Binary110101111111000100000010101100101000100001011000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77881; }

 p { color: rgb(215,120,129); }

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

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

 a { background-color: rgb(215,120,129); }

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

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

 span { border-color: rgb(215,120,129); }

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