#D58188

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

Shades of Charm #D58188

Tints of Charm #D58188

Color information

#D58188 (or 0xD58188) is unknown color: approx Charm. HEX triplet: D5, 81 and 88. RGB value is (213,129,136). Sum of RGB (Red+Green+Blue) = 213+129+136=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D58188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58188 is #2A7E77. Grayscale: #9A9A9A. Windows color (decimal): -2784888 or 8946133. OLE color: 8946133.

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

Color convert

RGB213129136-
CMYK00.390.360.16
HSL355º50%67.06%-
HSV(B)355º39.44%83.53%-
XYZ39.7331.6227.3-
YUV154.91117.33169.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=44.56%
G=26.99%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312913600.390.360.163555067.06
HexD5818802724101633243
Octal325201210047442054362103
Binary1101010110000001100010000100111100100100001011000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58188; }

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

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

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

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

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

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

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

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