Shades of Deep Cerise #DA32A3
Tints of Deep Cerise #DA32A3
RGB
CMYK
RGB Variations
Color information
#DA32A3 (or 0xDA32A3) is known color: Deep Cerise. HEX triplet: DA, 32 and A3. RGB value is (218,50,163). Sum of RGB (Red+Green+Blue) = 218+50+163=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA32A3 is #25CD5C. Grayscale: #707070. Windows color (decimal): -2477405 or 10695386. OLE color: 10695386.
HSL color Cylindrical-coordinate representation of color #DA32A3: hue angle of 319.64º 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 #DA32A3 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 163 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.15 |
| HSL | 319.64º | 0.69% | 0.53% | - |
| HSV(B) | 319.64º | 0.77% | 0.85% | - |
| XYZ | 36.66 | 19.83 | 36.55 | - |
| YUV | 113.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 163 | 0 | 0.77 | 0.25 | 0.15 | 319.64 | 0.69 | 0.53 |
| Hex | DA | 32 | A3 | 0 | 4D | 19 | F | 140 | 45 | 35 |
| Octal | 332 | 62 | 243 | 0 | 115 | 31 | 17 | 500 | 105 | 65 |
| Binary | 11011010 | 110010 | 10100011 | 0 | 1001101 | 11001 | 1111 | 101000000 | 1000101 | 110101 |
Color Harmonies of #DA32A3
Complementary color
Monochromatic Colors of #DA32A3
Black with #DA32A3
Text Example
Text Example
White with #DA32A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32A3; }
p { color: rgb(218,50,163); }
H1.HeaderClassName
{
color: #DA32A3;
}
.AnyTagClassName
{
color: #DA32A3;
}
</style>
background-color css
<style>
a { background-color: #DA32A3; }
a { background-color: rgb(218,50,163); }
div.DivClassName
{
background-color: #DA32A3;
}
.BgClassName
{
background-color: #DA32A3;
}
</style>
border-color css
<style>
span { border-color: #DA32A3; }
span { border-color: rgb(218,50,163); }
td.TdClassName
{
border-color: #DA32A3;
}
.TagClassName
{
border-color: #DA32A3;
}
</style>