#D77280

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

Shades of Charm #D77280

Tints of Charm #D77280

Color information

#D77280 (or 0xD77280) is unknown color: approx Charm. HEX triplet: D7, 72 and 80. RGB value is (215,114,128). Sum of RGB (Red+Green+Blue) = 215+114+128=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D77280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77280 is #288D7F. Grayscale: #919191. Windows color (decimal): -2657664 or 8418007. OLE color: 8418007.

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

Color convert

RGB215114128-
CMYK00.470.400.16
HSL351.68º55.8%64.51%-
HSV(B)351.68º46.98%84.31%-
XYZ37.9428.0423.83-
YUV145.79117.96177.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=47.05%
G=24.95%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511412800.470.400.16351.6855.864.51
HexD7728002F28101603841
Octal327162200057502054070101
Binary110101111110010100000000101111101000100001011000001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77280; }

 p { color: rgb(215,114,128); }

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

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

 a { background-color: rgb(215,114,128); }

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

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

 span { border-color: rgb(215,114,128); }

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