Shades of Deep Cerise #D934AC
Tints of Deep Cerise #D934AC
RGB
CMYK
RGB Variations
Color information
#D934AC (or 0xD934AC) is known color: Deep Cerise. HEX triplet: D9, 34 and AC. RGB value is (217,52,172). Sum of RGB (Red+Green+Blue) = 217+52+172=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D934AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D934AC is #26CB53. Grayscale: #727272. Windows color (decimal): -2542420 or 11285721. OLE color: 11285721.
HSL color Cylindrical-coordinate representation of color #D934AC: hue angle of 316.36º 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 #D934AC is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 172 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.15 |
| HSL | 316.36º | 0.68% | 0.53% | - |
| HSV(B) | 316.36º | 0.76% | 0.85% | - |
| XYZ | 37.29 | 20.19 | 40.96 | - |
| YUV | 115.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 172 | 0 | 0.76 | 0.21 | 0.15 | 316.36 | 0.68 | 0.53 |
| Hex | D9 | 34 | AC | 0 | 4C | 15 | F | 13C | 44 | 35 |
| Octal | 331 | 64 | 254 | 0 | 114 | 25 | 17 | 474 | 104 | 65 |
| Binary | 11011001 | 110100 | 10101100 | 0 | 1001100 | 10101 | 1111 | 100111100 | 1000100 | 110101 |
Color Harmonies of #D934AC
Complementary color
Monochromatic Colors of #D934AC
Black with #D934AC
Text Example
Text Example
White with #D934AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934AC; }
p { color: rgb(217,52,172); }
H1.HeaderClassName
{
color: #D934AC;
}
.AnyTagClassName
{
color: #D934AC;
}
</style>
background-color css
<style>
a { background-color: #D934AC; }
a { background-color: rgb(217,52,172); }
div.DivClassName
{
background-color: #D934AC;
}
.BgClassName
{
background-color: #D934AC;
}
</style>
border-color css
<style>
span { border-color: #D934AC; }
span { border-color: rgb(217,52,172); }
td.TdClassName
{
border-color: #D934AC;
}
.TagClassName
{
border-color: #D934AC;
}
</style>