Shades of Deep Cerise #DA2FA4
Tints of Deep Cerise #DA2FA4
RGB
CMYK
RGB Variations
Color information
#DA2FA4 (or 0xDA2FA4) is known color: Deep Cerise. HEX triplet: DA, 2F and A4. RGB value is (218,47,164). Sum of RGB (Red+Green+Blue) = 218+47+164=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2FA4 is #25D05B. Grayscale: #6F6F6F. Windows color (decimal): -2478172 or 10760154. OLE color: 10760154.
HSL color Cylindrical-coordinate representation of color #DA2FA4: hue angle of 318.95º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2FA4 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 164 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.15 |
| HSL | 318.95º | 0.7% | 0.52% | - |
| HSV(B) | 318.95º | 0.78% | 0.85% | - |
| XYZ | 36.63 | 19.62 | 36.98 | - |
| YUV | 111.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 164 | 0 | 0.78 | 0.25 | 0.15 | 318.95 | 0.7 | 0.52 |
| Hex | DA | 2F | A4 | 0 | 4E | 19 | F | 13F | 46 | 34 |
| Octal | 332 | 57 | 244 | 0 | 116 | 31 | 17 | 477 | 106 | 64 |
| Binary | 11011010 | 101111 | 10100100 | 0 | 1001110 | 11001 | 1111 | 100111111 | 1000110 | 110100 |
Color Harmonies of #DA2FA4
Complementary color
Monochromatic Colors of #DA2FA4
Black with #DA2FA4
Text Example
Text Example
White with #DA2FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FA4; }
p { color: rgb(218,47,164); }
H1.HeaderClassName
{
color: #DA2FA4;
}
.AnyTagClassName
{
color: #DA2FA4;
}
</style>
background-color css
<style>
a { background-color: #DA2FA4; }
a { background-color: rgb(218,47,164); }
div.DivClassName
{
background-color: #DA2FA4;
}
.BgClassName
{
background-color: #DA2FA4;
}
</style>
border-color css
<style>
span { border-color: #DA2FA4; }
span { border-color: rgb(218,47,164); }
td.TdClassName
{
border-color: #DA2FA4;
}
.TagClassName
{
border-color: #DA2FA4;
}
</style>