Shades of Deep Cerise #D831AD
Tints of Deep Cerise #D831AD
RGB
CMYK
RGB Variations
Color information
#D831AD (or 0xD831AD) is known color: Deep Cerise. HEX triplet: D8, 31 and AD. RGB value is (216,49,173). Sum of RGB (Red+Green+Blue) = 216+49+173=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D831AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D831AD is #27CE52. Grayscale: #707070. Windows color (decimal): -2608723 or 11350488. OLE color: 11350488.
HSL color Cylindrical-coordinate representation of color #D831AD: hue angle of 315.45º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D831AD is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 173 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.15 |
| HSL | 315.45º | 0.68% | 0.52% | - |
| HSV(B) | 315.45º | 0.77% | 0.85% | - |
| XYZ | 36.96 | 19.81 | 41.41 | - |
| YUV | 113.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 173 | 0 | 0.77 | 0.20 | 0.15 | 315.45 | 0.68 | 0.52 |
| Hex | D8 | 31 | AD | 0 | 4D | 14 | F | 13B | 44 | 34 |
| Octal | 330 | 61 | 255 | 0 | 115 | 24 | 17 | 473 | 104 | 64 |
| Binary | 11011000 | 110001 | 10101101 | 0 | 1001101 | 10100 | 1111 | 100111011 | 1000100 | 110100 |
Color Harmonies of #D831AD
Complementary color
Monochromatic Colors of #D831AD
Black with #D831AD
Text Example
Text Example
White with #D831AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D831AD; }
p { color: rgb(216,49,173); }
H1.HeaderClassName
{
color: #D831AD;
}
.AnyTagClassName
{
color: #D831AD;
}
</style>
background-color css
<style>
a { background-color: #D831AD; }
a { background-color: rgb(216,49,173); }
div.DivClassName
{
background-color: #D831AD;
}
.BgClassName
{
background-color: #D831AD;
}
</style>
border-color css
<style>
span { border-color: #D831AD; }
span { border-color: rgb(216,49,173); }
td.TdClassName
{
border-color: #D831AD;
}
.TagClassName
{
border-color: #D831AD;
}
</style>