#D58288

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

Shades of Charm #D58288

Tints of Charm #D58288

Color information

#D58288 (or 0xD58288) is unknown color: approx Charm. HEX triplet: D5, 82 and 88. RGB value is (213,130,136). Sum of RGB (Red+Green+Blue) = 213+130+136=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D58288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58288 is #2A7D77. Grayscale: #9B9B9B. Windows color (decimal): -2784632 or 8946389. OLE color: 8946389.

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

Color convert

RGB213130136-
CMYK00.390.360.16
HSL355.66º49.7%67.25%-
HSV(B)355.66º38.97%83.53%-
XYZ39.8731.8927.35-
YUV155.5117169.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=44.47%
G=27.14%
B=28.39%

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
Decimal21313013600.390.360.16355.6649.767.25
HexD5828802724101643243
Octal325202210047442054462103
Binary1101010110000010100010000100111100100100001011001001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58288; }

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

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

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

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

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

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

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

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