Shades of Deep Cerise #DA32A4
Tints of Deep Cerise #DA32A4
RGB
CMYK
RGB Variations
Color information
#DA32A4 (or 0xDA32A4) is known color: Deep Cerise. HEX triplet: DA, 32 and A4. RGB value is (218,50,164). Sum of RGB (Red+Green+Blue) = 218+50+164=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA32A4 is #25CD5B. Grayscale: #707070. Windows color (decimal): -2477404 or 10760922. OLE color: 10760922.
HSL color Cylindrical-coordinate representation of color #DA32A4: hue angle of 319.29º 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 #DA32A4 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 164 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.15 |
| HSL | 319.29º | 0.69% | 0.53% | - |
| HSV(B) | 319.29º | 0.77% | 0.85% | - |
| XYZ | 36.75 | 19.87 | 37.02 | - |
| YUV | 113.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 164 | 0 | 0.77 | 0.25 | 0.15 | 319.29 | 0.69 | 0.53 |
| Hex | DA | 32 | A4 | 0 | 4D | 19 | F | 13F | 45 | 35 |
| Octal | 332 | 62 | 244 | 0 | 115 | 31 | 17 | 477 | 105 | 65 |
| Binary | 11011010 | 110010 | 10100100 | 0 | 1001101 | 11001 | 1111 | 100111111 | 1000101 | 110101 |
Color Harmonies of #DA32A4
Complementary color
Monochromatic Colors of #DA32A4
Black with #DA32A4
Text Example
Text Example
White with #DA32A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32A4; }
p { color: rgb(218,50,164); }
H1.HeaderClassName
{
color: #DA32A4;
}
.AnyTagClassName
{
color: #DA32A4;
}
</style>
background-color css
<style>
a { background-color: #DA32A4; }
a { background-color: rgb(218,50,164); }
div.DivClassName
{
background-color: #DA32A4;
}
.BgClassName
{
background-color: #DA32A4;
}
</style>
border-color css
<style>
span { border-color: #DA32A4; }
span { border-color: rgb(218,50,164); }
td.TdClassName
{
border-color: #DA32A4;
}
.TagClassName
{
border-color: #DA32A4;
}
</style>