#D57188

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

Shades of Charm #D57188

Tints of Charm #D57188

Color information

#D57188 (or 0xD57188) is unknown color: approx Charm. HEX triplet: D5, 71 and 88. RGB value is (213,113,136). Sum of RGB (Red+Green+Blue) = 213+113+136=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D57188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57188 is #2A8E77. Grayscale: #919191. Windows color (decimal): -2788984 or 8942037. OLE color: 8942037.

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

Color convert

RGB213113136-
CMYK00.470.360.16
HSL346.2º54.35%63.92%-
HSV(B)346.2º46.95%83.53%-
XYZ37.7927.7326.65-
YUV145.52122.63176.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=46.10%
G=24.46%
B=29.44%

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
Decimal21311313600.470.360.16346.254.3563.92
HexD5718802F241015a3640
Octal325161210057442053266100
Binary110101011110001100010000101111100100100001010110101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57188; }

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

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

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

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

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

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

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

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