#D57187

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

Shades of Charm #D57187

Tints of Charm #D57187

Color information

#D57187 (or 0xD57187) is unknown color: approx Charm. HEX triplet: D5, 71 and 87. RGB value is (213,113,135). Sum of RGB (Red+Green+Blue) = 213+113+135=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D57187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57187 is #2A8E78. Grayscale: #919191. Windows color (decimal): -2788985 or 8876501. OLE color: 8876501.

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

Color convert

RGB213113135-
CMYK00.470.370.16
HSL346.8º54.35%63.92%-
HSV(B)346.8º46.95%83.53%-
XYZ37.7227.7126.28-
YUV145.41122.13176.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=46.20%
G=24.51%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311313500.470.370.16346.854.3563.92
HexD5718702F251015b3640
Octal325161207057452053366100
Binary110101011110001100001110101111100101100001010110111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57187; }

 p { color: rgb(213,113,135); }

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

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

 a { background-color: rgb(213,113,135); }

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

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

 span { border-color: rgb(213,113,135); }

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