Shades of Deep Cerise #D033A4
Tints of Deep Cerise #D033A4
RGB
CMYK
RGB Variations
Color information
#D033A4 (or 0xD033A4) is known color: Deep Cerise. HEX triplet: D0, 33 and A4. RGB value is (208,51,164). Sum of RGB (Red+Green+Blue) = 208+51+164=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D033A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D033A4 is #2FCC5B. Grayscale: #6E6E6E. Windows color (decimal): -3132508 or 10761168. OLE color: 10761168.
HSL color Cylindrical-coordinate representation of color #D033A4: hue angle of 316.82º 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 #D033A4 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 164 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.18 |
| HSL | 316.82º | 0.63% | 0.51% | - |
| HSV(B) | 316.82º | 0.75% | 0.82% | - |
| XYZ | 33.9 | 18.46 | 36.9 | - |
| YUV | 110.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 164 | 0 | 0.75 | 0.21 | 0.18 | 316.82 | 0.63 | 0.51 |
| Hex | D0 | 33 | A4 | 0 | 4B | 15 | 12 | 13D | 3F | 33 |
| Octal | 320 | 63 | 244 | 0 | 113 | 25 | 22 | 475 | 77 | 63 |
| Binary | 11010000 | 110011 | 10100100 | 0 | 1001011 | 10101 | 10010 | 100111101 | 111111 | 110011 |
Color Harmonies of #D033A4
Complementary color
Monochromatic Colors of #D033A4
Black with #D033A4
Text Example
Text Example
White with #D033A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033A4; }
p { color: rgb(208,51,164); }
H1.HeaderClassName
{
color: #D033A4;
}
.AnyTagClassName
{
color: #D033A4;
}
</style>
background-color css
<style>
a { background-color: #D033A4; }
a { background-color: rgb(208,51,164); }
div.DivClassName
{
background-color: #D033A4;
}
.BgClassName
{
background-color: #D033A4;
}
</style>
border-color css
<style>
span { border-color: #D033A4; }
span { border-color: rgb(208,51,164); }
td.TdClassName
{
border-color: #D033A4;
}
.TagClassName
{
border-color: #D033A4;
}
</style>