Shades of Charm #D58289
Tints of Charm #D58289
RGB
CMYK
RGB Variations
Color information
#D58289 (or 0xD58289) is known color: Charm. HEX triplet: D5, 82 and 89. RGB value is (213,130,137). Sum of RGB (Red+Green+Blue) = 213+130+137=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D58289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58289 is #2A7D76. Grayscale: #9B9B9B. Windows color (decimal): -2784631 or 9011925. OLE color: 9011925.
HSL color Cylindrical-coordinate representation of color #D58289: hue angle of 354.94º 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 #D58289 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 137 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.16 |
| HSL | 354.94º | 0.5% | 0.67% | - |
| HSV(B) | 354.94º | 0.39% | 0.84% | - |
| XYZ | 39.94 | 31.92 | 27.72 | - |
| YUV | 155.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 137 | 0 | 0.39 | 0.36 | 0.16 | 354.94 | 0.5 | 0.67 |
| Hex | D5 | 82 | 89 | 0 | 27 | 24 | 10 | 163 | 32 | 43 |
| Octal | 325 | 202 | 211 | 0 | 47 | 44 | 20 | 543 | 62 | 103 |
| Binary | 11010101 | 10000010 | 10001001 | 0 | 100111 | 100100 | 10000 | 101100011 | 110010 | 1000011 |
Color Harmonies of #D58289
Complementary color
Monochromatic Colors of #D58289
Black with #D58289
Text Example
Text Example
White with #D58289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58289; }
p { color: rgb(213,130,137); }
H1.HeaderClassName
{
color: #D58289;
}
.AnyTagClassName
{
color: #D58289;
}
</style>
background-color css
<style>
a { background-color: #D58289; }
a { background-color: rgb(213,130,137); }
div.DivClassName
{
background-color: #D58289;
}
.BgClassName
{
background-color: #D58289;
}
</style>
border-color css
<style>
span { border-color: #D58289; }
span { border-color: rgb(213,130,137); }
td.TdClassName
{
border-color: #D58289;
}
.TagClassName
{
border-color: #D58289;
}
</style>