#D57D81

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

Shades of Charm #D57D81

Tints of Charm #D57D81

Color information

#D57D81 (or 0xD57D81) is unknown color: approx Charm. HEX triplet: D5, 7D and 81. RGB value is (213,125,129). Sum of RGB (Red+Green+Blue) = 213+125+129=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57D81 is #2A827E. Grayscale: #979797. Windows color (decimal): -2785919 or 8486357. OLE color: 8486357.

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

Color convert

RGB213125129-
CMYK00.410.390.16
HSL357.27º51.16%66.27%-
HSV(B)357.27º41.31%83.53%-
XYZ38.7430.424.59-
YUV151.77115.15171.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=45.61%
G=26.77%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312512900.410.390.16357.2751.1666.27
HexD57D8102927101653342
Octal325175201051472054563102
Binary110101011111101100000010101001100111100001011001011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57D81; }

 p { color: rgb(213,125,129); }

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

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

 a { background-color: rgb(213,125,129); }

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

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

 span { border-color: rgb(213,125,129); }

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