Shades of Charm #D58088
Tints of Charm #D58088
RGB
CMYK
RGB Variations
Color information
#D58088 (or 0xD58088) is known color: Charm. HEX triplet: D5, 80 and 88. RGB value is (213,128,136). Sum of RGB (Red+Green+Blue) = 213+128+136=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D58088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58088 is #2A7F77. Grayscale: #9A9A9A. Windows color (decimal): -2785144 or 8945877. OLE color: 8945877.
HSL color Cylindrical-coordinate representation of color #D58088: hue angle of 354.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58088 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 136 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.16 |
| HSL | 354.35º | 0.5% | 0.67% | - |
| HSV(B) | 354.35º | 0.4% | 0.84% | - |
| XYZ | 39.6 | 31.36 | 27.26 | - |
| YUV | 154.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 136 | 0 | 0.40 | 0.36 | 0.16 | 354.35 | 0.5 | 0.67 |
| Hex | D5 | 80 | 88 | 0 | 28 | 24 | 10 | 162 | 32 | 43 |
| Octal | 325 | 200 | 210 | 0 | 50 | 44 | 20 | 542 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10001000 | 0 | 101000 | 100100 | 10000 | 101100010 | 110010 | 1000011 |
Color Harmonies of #D58088
Complementary color
Monochromatic Colors of #D58088
Black with #D58088
Text Example
Text Example
White with #D58088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58088; }
p { color: rgb(213,128,136); }
H1.HeaderClassName
{
color: #D58088;
}
.AnyTagClassName
{
color: #D58088;
}
</style>
background-color css
<style>
a { background-color: #D58088; }
a { background-color: rgb(213,128,136); }
div.DivClassName
{
background-color: #D58088;
}
.BgClassName
{
background-color: #D58088;
}
</style>
border-color css
<style>
span { border-color: #D58088; }
span { border-color: rgb(213,128,136); }
td.TdClassName
{
border-color: #D58088;
}
.TagClassName
{
border-color: #D58088;
}
</style>