#D57C88

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

Shades of Charm #D57C88

Tints of Charm #D57C88

Color information

#D57C88 (or 0xD57C88) is unknown color: approx Charm. HEX triplet: D5, 7C and 88. RGB value is (213,124,136). Sum of RGB (Red+Green+Blue) = 213+124+136=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C88 is #2A8377. Grayscale: #989898. Windows color (decimal): -2786168 or 8944853. OLE color: 8944853.

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

Color convert

RGB213124136-
CMYK00.420.360.16
HSL351.91º51.45%66.08%-
HSV(B)351.91º41.78%83.53%-
XYZ39.0930.3427.09-
YUV151.98118.99171.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=45.03%
G=26.22%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312413600.420.360.16351.9151.4566.08
HexD57C8802A24101603342
Octal325174210052442054063102
Binary110101011111100100010000101010100100100001011000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57C88; }

 p { color: rgb(213,124,136); }

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

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

 a { background-color: rgb(213,124,136); }

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

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

 span { border-color: rgb(213,124,136); }

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