#D57D84

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

Shades of Charm #D57D84

Tints of Charm #D57D84

Color information

#D57D84 (or 0xD57D84) is unknown color: approx Charm. HEX triplet: D5, 7D and 84. RGB value is (213,125,132). Sum of RGB (Red+Green+Blue) = 213+125+132=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57D84 is #2A827B. Grayscale: #989898. Windows color (decimal): -2785916 or 8682965. OLE color: 8682965.

HSL color Cylindrical-coordinate representation of color #D57D84: hue angle of 355.23º 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 #D57D84 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213125132-
CMYK00.410.380.16
HSL355.23º51.16%66.27%-
HSV(B)355.23º41.31%83.53%-
XYZ38.9430.4825.66-
YUV152.11116.65171.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=45.32%
G=26.60%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312513200.410.380.16355.2351.1666.27
HexD57D8402926101633342
Octal325175204051462054363102
Binary110101011111101100001000101001100110100001011000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57D84; }

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

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

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

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

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

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

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

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