Shades of Deep Cerise #DA34A1
Tints of Deep Cerise #DA34A1
RGB
CMYK
RGB Variations
Color information
#DA34A1 (or 0xDA34A1) is known color: Deep Cerise. HEX triplet: DA, 34 and A1. RGB value is (218,52,161). Sum of RGB (Red+Green+Blue) = 218+52+161=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA34A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA34A1 is #25CB5E. Grayscale: #717171. Windows color (decimal): -2476895 or 10564826. OLE color: 10564826.
HSL color Cylindrical-coordinate representation of color #DA34A1: hue angle of 320.6º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA34A1 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 161 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.15 |
| HSL | 320.6º | 0.69% | 0.53% | - |
| HSV(B) | 320.6º | 0.76% | 0.85% | - |
| XYZ | 36.57 | 19.93 | 35.64 | - |
| YUV | 114.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 161 | 0 | 0.76 | 0.26 | 0.15 | 320.6 | 0.69 | 0.53 |
| Hex | DA | 34 | A1 | 0 | 4C | 1A | F | 141 | 45 | 35 |
| Octal | 332 | 64 | 241 | 0 | 114 | 32 | 17 | 501 | 105 | 65 |
| Binary | 11011010 | 110100 | 10100001 | 0 | 1001100 | 11010 | 1111 | 101000001 | 1000101 | 110101 |
Color Harmonies of #DA34A1
Complementary color
Monochromatic Colors of #DA34A1
Black with #DA34A1
Text Example
Text Example
White with #DA34A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA34A1; }
p { color: rgb(218,52,161); }
H1.HeaderClassName
{
color: #DA34A1;
}
.AnyTagClassName
{
color: #DA34A1;
}
</style>
background-color css
<style>
a { background-color: #DA34A1; }
a { background-color: rgb(218,52,161); }
div.DivClassName
{
background-color: #DA34A1;
}
.BgClassName
{
background-color: #DA34A1;
}
</style>
border-color css
<style>
span { border-color: #DA34A1; }
span { border-color: rgb(218,52,161); }
td.TdClassName
{
border-color: #DA34A1;
}
.TagClassName
{
border-color: #DA34A1;
}
</style>