Shades of Charm #D58087
Tints of Charm #D58087
RGB
CMYK
RGB Variations
Color information
#D58087 (or 0xD58087) is known color: Charm. HEX triplet: D5, 80 and 87. RGB value is (213,128,135). Sum of RGB (Red+Green+Blue) = 213+128+135=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D58087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58087 is #2A7F78. Grayscale: #9A9A9A. Windows color (decimal): -2785145 or 8880341. OLE color: 8880341.
HSL color Cylindrical-coordinate representation of color #D58087: hue angle of 355.06º 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 #D58087 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 135 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.16 |
| HSL | 355.06º | 0.5% | 0.67% | - |
| HSV(B) | 355.06º | 0.4% | 0.84% | - |
| XYZ | 39.53 | 31.33 | 26.89 | - |
| YUV | 154.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 135 | 0 | 0.40 | 0.37 | 0.16 | 355.06 | 0.5 | 0.67 |
| Hex | D5 | 80 | 87 | 0 | 28 | 25 | 10 | 163 | 32 | 43 |
| Octal | 325 | 200 | 207 | 0 | 50 | 45 | 20 | 543 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10000111 | 0 | 101000 | 100101 | 10000 | 101100011 | 110010 | 1000011 |
Color Harmonies of #D58087
Complementary color
Monochromatic Colors of #D58087
Black with #D58087
Text Example
Text Example
White with #D58087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58087; }
p { color: rgb(213,128,135); }
H1.HeaderClassName
{
color: #D58087;
}
.AnyTagClassName
{
color: #D58087;
}
</style>
background-color css
<style>
a { background-color: #D58087; }
a { background-color: rgb(213,128,135); }
div.DivClassName
{
background-color: #D58087;
}
.BgClassName
{
background-color: #D58087;
}
</style>
border-color css
<style>
span { border-color: #D58087; }
span { border-color: rgb(213,128,135); }
td.TdClassName
{
border-color: #D58087;
}
.TagClassName
{
border-color: #D58087;
}
</style>