Shades of Deep Cerise #D835AC
Tints of Deep Cerise #D835AC
RGB
CMYK
RGB Variations
Color information
#D835AC (or 0xD835AC) is known color: Deep Cerise. HEX triplet: D8, 35 and AC. RGB value is (216,53,172). Sum of RGB (Red+Green+Blue) = 216+53+172=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D835AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D835AC is #27CA53. Grayscale: #727272. Windows color (decimal): -2607700 or 11285976. OLE color: 11285976.
HSL color Cylindrical-coordinate representation of color #D835AC: hue angle of 316.2º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D835AC is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 172 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.15 |
| HSL | 316.2º | 0.68% | 0.53% | - |
| HSV(B) | 316.2º | 0.75% | 0.85% | - |
| XYZ | 37.04 | 20.12 | 40.96 | - |
| YUV | 115.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 172 | 0 | 0.75 | 0.20 | 0.15 | 316.2 | 0.68 | 0.53 |
| Hex | D8 | 35 | AC | 0 | 4B | 14 | F | 13C | 44 | 35 |
| Octal | 330 | 65 | 254 | 0 | 113 | 24 | 17 | 474 | 104 | 65 |
| Binary | 11011000 | 110101 | 10101100 | 0 | 1001011 | 10100 | 1111 | 100111100 | 1000100 | 110101 |
Color Harmonies of #D835AC
Complementary color
Monochromatic Colors of #D835AC
Black with #D835AC
Text Example
Text Example
White with #D835AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D835AC; }
p { color: rgb(216,53,172); }
H1.HeaderClassName
{
color: #D835AC;
}
.AnyTagClassName
{
color: #D835AC;
}
</style>
background-color css
<style>
a { background-color: #D835AC; }
a { background-color: rgb(216,53,172); }
div.DivClassName
{
background-color: #D835AC;
}
.BgClassName
{
background-color: #D835AC;
}
</style>
border-color css
<style>
span { border-color: #D835AC; }
span { border-color: rgb(216,53,172); }
td.TdClassName
{
border-color: #D835AC;
}
.TagClassName
{
border-color: #D835AC;
}
</style>