Shades of Charm #D5808D
Tints of Charm #D5808D
RGB
CMYK
RGB Variations
Color information
#D5808D (or 0xD5808D) is known color: Charm. HEX triplet: D5, 80 and 8D. RGB value is (213,128,141). Sum of RGB (Red+Green+Blue) = 213+128+141=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5808D is #2A7F72. Grayscale: #9A9A9A. Windows color (decimal): -2785139 or 9273557. OLE color: 9273557.
HSL color Cylindrical-coordinate representation of color #D5808D: hue angle of 350.82º 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 #D5808D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 141 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.16 |
| HSL | 350.82º | 0.5% | 0.67% | - |
| HSV(B) | 350.82º | 0.4% | 0.84% | - |
| XYZ | 39.97 | 31.51 | 29.17 | - |
| YUV | 154.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 141 | 0 | 0.40 | 0.34 | 0.16 | 350.82 | 0.5 | 0.67 |
| Hex | D5 | 80 | 8D | 0 | 28 | 22 | 10 | 15F | 32 | 43 |
| Octal | 325 | 200 | 215 | 0 | 50 | 42 | 20 | 537 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10001101 | 0 | 101000 | 100010 | 10000 | 101011111 | 110010 | 1000011 |
Color Harmonies of #D5808D
Complementary color
Monochromatic Colors of #D5808D
Black with #D5808D
Text Example
Text Example
White with #D5808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5808D; }
p { color: rgb(213,128,141); }
H1.HeaderClassName
{
color: #D5808D;
}
.AnyTagClassName
{
color: #D5808D;
}
</style>
background-color css
<style>
a { background-color: #D5808D; }
a { background-color: rgb(213,128,141); }
div.DivClassName
{
background-color: #D5808D;
}
.BgClassName
{
background-color: #D5808D;
}
</style>
border-color css
<style>
span { border-color: #D5808D; }
span { border-color: rgb(213,128,141); }
td.TdClassName
{
border-color: #D5808D;
}
.TagClassName
{
border-color: #D5808D;
}
</style>