Shades of Charm #D58186
Tints of Charm #D58186
RGB
CMYK
RGB Variations
Color information
#D58186 (or 0xD58186) is known color: Charm. HEX triplet: D5, 81 and 86. RGB value is (213,129,134). Sum of RGB (Red+Green+Blue) = 213+129+134=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D58186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58186 is #2A7E79. Grayscale: #9A9A9A. Windows color (decimal): -2784890 or 8815061. OLE color: 8815061.
HSL color Cylindrical-coordinate representation of color #D58186: hue angle of 356.43º 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 #D58186 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 134 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.16 |
| HSL | 356.43º | 0.5% | 0.67% | - |
| HSV(B) | 356.43º | 0.39% | 0.84% | - |
| XYZ | 39.59 | 31.57 | 26.56 | - |
| YUV | 154.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 134 | 0 | 0.39 | 0.37 | 0.16 | 356.43 | 0.5 | 0.67 |
| Hex | D5 | 81 | 86 | 0 | 27 | 25 | 10 | 164 | 32 | 43 |
| Octal | 325 | 201 | 206 | 0 | 47 | 45 | 20 | 544 | 62 | 103 |
| Binary | 11010101 | 10000001 | 10000110 | 0 | 100111 | 100101 | 10000 | 101100100 | 110010 | 1000011 |
Color Harmonies of #D58186
Complementary color
Monochromatic Colors of #D58186
Black with #D58186
Text Example
Text Example
White with #D58186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58186; }
p { color: rgb(213,129,134); }
H1.HeaderClassName
{
color: #D58186;
}
.AnyTagClassName
{
color: #D58186;
}
</style>
background-color css
<style>
a { background-color: #D58186; }
a { background-color: rgb(213,129,134); }
div.DivClassName
{
background-color: #D58186;
}
.BgClassName
{
background-color: #D58186;
}
</style>
border-color css
<style>
span { border-color: #D58186; }
span { border-color: rgb(213,129,134); }
td.TdClassName
{
border-color: #D58186;
}
.TagClassName
{
border-color: #D58186;
}
</style>