Shades of Deep Cerise #D033AC
Tints of Deep Cerise #D033AC
RGB
CMYK
RGB Variations
Color information
#D033AC (or 0xD033AC) is known color: Deep Cerise. HEX triplet: D0, 33 and AC. RGB value is (208,51,172). Sum of RGB (Red+Green+Blue) = 208+51+172=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D033AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D033AC is #2FCC53. Grayscale: #6F6F6F. Windows color (decimal): -3132500 or 11285456. OLE color: 11285456.
HSL color Cylindrical-coordinate representation of color #D033AC: hue angle of 313.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D033AC is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 172 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.18 |
| HSL | 313.76º | 0.63% | 0.51% | - |
| HSV(B) | 313.76º | 0.75% | 0.82% | - |
| XYZ | 34.64 | 18.76 | 40.82 | - |
| YUV | 111.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 172 | 0 | 0.75 | 0.17 | 0.18 | 313.76 | 0.63 | 0.51 |
| Hex | D0 | 33 | AC | 0 | 4B | 11 | 12 | 13A | 3F | 33 |
| Octal | 320 | 63 | 254 | 0 | 113 | 21 | 22 | 472 | 77 | 63 |
| Binary | 11010000 | 110011 | 10101100 | 0 | 1001011 | 10001 | 10010 | 100111010 | 111111 | 110011 |
Color Harmonies of #D033AC
Complementary color
Monochromatic Colors of #D033AC
Black with #D033AC
Text Example
Text Example
White with #D033AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033AC; }
p { color: rgb(208,51,172); }
H1.HeaderClassName
{
color: #D033AC;
}
.AnyTagClassName
{
color: #D033AC;
}
</style>
background-color css
<style>
a { background-color: #D033AC; }
a { background-color: rgb(208,51,172); }
div.DivClassName
{
background-color: #D033AC;
}
.BgClassName
{
background-color: #D033AC;
}
</style>
border-color css
<style>
span { border-color: #D033AC; }
span { border-color: rgb(208,51,172); }
td.TdClassName
{
border-color: #D033AC;
}
.TagClassName
{
border-color: #D033AC;
}
</style>