Shades of Deep Cerise #D834AD
Tints of Deep Cerise #D834AD
RGB
CMYK
RGB Variations
Color information
#D834AD (or 0xD834AD) is known color: Deep Cerise. HEX triplet: D8, 34 and AD. RGB value is (216,52,173). Sum of RGB (Red+Green+Blue) = 216+52+173=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D834AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D834AD is #27CB52. Grayscale: #727272. Windows color (decimal): -2607955 or 11351256. OLE color: 11351256.
HSL color Cylindrical-coordinate representation of color #D834AD: hue angle of 315.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D834AD is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 173 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.15 |
| HSL | 315.73º | 0.68% | 0.53% | - |
| HSV(B) | 315.73º | 0.76% | 0.85% | - |
| XYZ | 37.09 | 20.07 | 41.45 | - |
| YUV | 114.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 173 | 0 | 0.76 | 0.20 | 0.15 | 315.73 | 0.68 | 0.53 |
| Hex | D8 | 34 | AD | 0 | 4C | 14 | F | 13C | 44 | 35 |
| Octal | 330 | 64 | 255 | 0 | 114 | 24 | 17 | 474 | 104 | 65 |
| Binary | 11011000 | 110100 | 10101101 | 0 | 1001100 | 10100 | 1111 | 100111100 | 1000100 | 110101 |
Color Harmonies of #D834AD
Complementary color
Monochromatic Colors of #D834AD
Black with #D834AD
Text Example
Text Example
White with #D834AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834AD; }
p { color: rgb(216,52,173); }
H1.HeaderClassName
{
color: #D834AD;
}
.AnyTagClassName
{
color: #D834AD;
}
</style>
background-color css
<style>
a { background-color: #D834AD; }
a { background-color: rgb(216,52,173); }
div.DivClassName
{
background-color: #D834AD;
}
.BgClassName
{
background-color: #D834AD;
}
</style>
border-color css
<style>
span { border-color: #D834AD; }
span { border-color: rgb(216,52,173); }
td.TdClassName
{
border-color: #D834AD;
}
.TagClassName
{
border-color: #D834AD;
}
</style>