Shades of Deep Cerise #DA2FA5
Tints of Deep Cerise #DA2FA5
RGB
CMYK
RGB Variations
Color information
#DA2FA5 (or 0xDA2FA5) is known color: Deep Cerise. HEX triplet: DA, 2F and A5. RGB value is (218,47,165). Sum of RGB (Red+Green+Blue) = 218+47+165=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2FA5 is #25D05A. Grayscale: #6F6F6F. Windows color (decimal): -2478171 or 10825690. OLE color: 10825690.
HSL color Cylindrical-coordinate representation of color #DA2FA5: hue angle of 318.6º 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 #DA2FA5 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 165 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.15 |
| HSL | 318.6º | 0.7% | 0.52% | - |
| HSV(B) | 318.6º | 0.78% | 0.85% | - |
| XYZ | 36.72 | 19.66 | 37.46 | - |
| YUV | 111.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 165 | 0 | 0.78 | 0.24 | 0.15 | 318.6 | 0.7 | 0.52 |
| Hex | DA | 2F | A5 | 0 | 4E | 18 | F | 13F | 46 | 34 |
| Octal | 332 | 57 | 245 | 0 | 116 | 30 | 17 | 477 | 106 | 64 |
| Binary | 11011010 | 101111 | 10100101 | 0 | 1001110 | 11000 | 1111 | 100111111 | 1000110 | 110100 |
Color Harmonies of #DA2FA5
Complementary color
Monochromatic Colors of #DA2FA5
Black with #DA2FA5
Text Example
Text Example
White with #DA2FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FA5; }
p { color: rgb(218,47,165); }
H1.HeaderClassName
{
color: #DA2FA5;
}
.AnyTagClassName
{
color: #DA2FA5;
}
</style>
background-color css
<style>
a { background-color: #DA2FA5; }
a { background-color: rgb(218,47,165); }
div.DivClassName
{
background-color: #DA2FA5;
}
.BgClassName
{
background-color: #DA2FA5;
}
</style>
border-color css
<style>
span { border-color: #DA2FA5; }
span { border-color: rgb(218,47,165); }
td.TdClassName
{
border-color: #DA2FA5;
}
.TagClassName
{
border-color: #DA2FA5;
}
</style>