Shades of Deep Cerise #DA219C
Tints of Deep Cerise #DA219C
RGB
CMYK
RGB Variations
Color information
#DA219C (or 0xDA219C) is known color: Deep Cerise. HEX triplet: DA, 21 and 9C. RGB value is (218,33,156). Sum of RGB (Red+Green+Blue) = 218+33+156=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA219C is #25DE63. Grayscale: #666666. Windows color (decimal): -2481764 or 10232282. OLE color: 10232282.
HSL color Cylindrical-coordinate representation of color #DA219C: hue angle of 320.11º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA219C is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 156 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.15 |
| HSL | 320.11º | 0.74% | 0.49% | - |
| HSV(B) | 320.11º | 0.85% | 0.85% | - |
| XYZ | 35.46 | 18.39 | 33.13 | - |
| YUV | 102.34 | 158.29 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 156 | 0 | 0.85 | 0.28 | 0.15 | 320.11 | 0.74 | 0.49 |
| Hex | DA | 21 | 9C | 0 | 55 | 1C | F | 140 | 4A | 31 |
| Octal | 332 | 41 | 234 | 0 | 125 | 34 | 17 | 500 | 112 | 61 |
| Binary | 11011010 | 100001 | 10011100 | 0 | 1010101 | 11100 | 1111 | 101000000 | 1001010 | 110001 |
Color Harmonies of #DA219C
Complementary color
Monochromatic Colors of #DA219C
Black with #DA219C
Text Example
Text Example
White with #DA219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA219C; }
p { color: rgb(218,33,156); }
H1.HeaderClassName
{
color: #DA219C;
}
.AnyTagClassName
{
color: #DA219C;
}
</style>
background-color css
<style>
a { background-color: #DA219C; }
a { background-color: rgb(218,33,156); }
div.DivClassName
{
background-color: #DA219C;
}
.BgClassName
{
background-color: #DA219C;
}
</style>
border-color css
<style>
span { border-color: #DA219C; }
span { border-color: rgb(218,33,156); }
td.TdClassName
{
border-color: #DA219C;
}
.TagClassName
{
border-color: #DA219C;
}
</style>