#D57189

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

Shades of Charm #D57189

Tints of Charm #D57189

Color information

#D57189 (or 0xD57189) is unknown color: approx Charm. HEX triplet: D5, 71 and 89. RGB value is (213,113,137). Sum of RGB (Red+Green+Blue) = 213+113+137=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D57189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57189 is #2A8E76. Grayscale: #919191. Windows color (decimal): -2788983 or 9007573. OLE color: 9007573.

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

Color convert

RGB213113137-
CMYK00.470.360.16
HSL345.6º54.35%63.92%-
HSV(B)345.6º46.95%83.53%-
XYZ37.8627.7627.03-
YUV145.64123.13176.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=46.00%
G=24.41%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311313700.470.360.16345.654.3563.92
HexD5718902F241015a3640
Octal325161211057442053266100
Binary110101011110001100010010101111100100100001010110101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57189; }

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

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

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

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

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

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

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

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