Shades of Deep Cerise #DA33A8
Tints of Deep Cerise #DA33A8
RGB
CMYK
RGB Variations
Color information
#DA33A8 (or 0xDA33A8) is known color: Deep Cerise. HEX triplet: DA, 33 and A8. RGB value is (218,51,168). Sum of RGB (Red+Green+Blue) = 218+51+168=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA33A8 is #25CC57. Grayscale: #717171. Windows color (decimal): -2477144 or 11023322. OLE color: 11023322.
HSL color Cylindrical-coordinate representation of color #DA33A8: hue angle of 317.96º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA33A8 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 168 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.15 |
| HSL | 317.96º | 0.69% | 0.53% | - |
| HSV(B) | 317.96º | 0.77% | 0.85% | - |
| XYZ | 37.17 | 20.1 | 38.97 | - |
| YUV | 114.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 168 | 0 | 0.77 | 0.23 | 0.15 | 317.96 | 0.69 | 0.53 |
| Hex | DA | 33 | A8 | 0 | 4D | 17 | F | 13E | 45 | 35 |
| Octal | 332 | 63 | 250 | 0 | 115 | 27 | 17 | 476 | 105 | 65 |
| Binary | 11011010 | 110011 | 10101000 | 0 | 1001101 | 10111 | 1111 | 100111110 | 1000101 | 110101 |
Color Harmonies of #DA33A8
Complementary color
Monochromatic Colors of #DA33A8
Black with #DA33A8
Text Example
Text Example
White with #DA33A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA33A8; }
p { color: rgb(218,51,168); }
H1.HeaderClassName
{
color: #DA33A8;
}
.AnyTagClassName
{
color: #DA33A8;
}
</style>
background-color css
<style>
a { background-color: #DA33A8; }
a { background-color: rgb(218,51,168); }
div.DivClassName
{
background-color: #DA33A8;
}
.BgClassName
{
background-color: #DA33A8;
}
</style>
border-color css
<style>
span { border-color: #DA33A8; }
span { border-color: rgb(218,51,168); }
td.TdClassName
{
border-color: #DA33A8;
}
.TagClassName
{
border-color: #DA33A8;
}
</style>