Shades of Charm #D58091
Tints of Charm #D58091
RGB
CMYK
RGB Variations
Color information
#D58091 (or 0xD58091) is known color: Charm. HEX triplet: D5, 80 and 91. RGB value is (213,128,145). Sum of RGB (Red+Green+Blue) = 213+128+145=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D58091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58091 is #2A7F6E. Grayscale: #9B9B9B. Windows color (decimal): -2785135 or 9535701. OLE color: 9535701.
HSL color Cylindrical-coordinate representation of color #D58091: hue angle of 348º 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 #D58091 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 145 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.16 |
| HSL | 348º | 0.5% | 0.67% | - |
| HSV(B) | 348º | 0.4% | 0.84% | - |
| XYZ | 40.27 | 31.63 | 30.77 | - |
| YUV | 155.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 145 | 0 | 0.40 | 0.32 | 0.16 | 348 | 0.5 | 0.67 |
| Hex | D5 | 80 | 91 | 0 | 28 | 20 | 10 | 15C | 32 | 43 |
| Octal | 325 | 200 | 221 | 0 | 50 | 40 | 20 | 534 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10010001 | 0 | 101000 | 100000 | 10000 | 101011100 | 110010 | 1000011 |
Color Harmonies of #D58091
Complementary color
Monochromatic Colors of #D58091
Black with #D58091
Text Example
Text Example
White with #D58091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58091; }
p { color: rgb(213,128,145); }
H1.HeaderClassName
{
color: #D58091;
}
.AnyTagClassName
{
color: #D58091;
}
</style>
background-color css
<style>
a { background-color: #D58091; }
a { background-color: rgb(213,128,145); }
div.DivClassName
{
background-color: #D58091;
}
.BgClassName
{
background-color: #D58091;
}
</style>
border-color css
<style>
span { border-color: #D58091; }
span { border-color: rgb(213,128,145); }
td.TdClassName
{
border-color: #D58091;
}
.TagClassName
{
border-color: #D58091;
}
</style>