Shades of Deep Cerise #DA2883
Tints of Deep Cerise #DA2883
RGB
CMYK
RGB Variations
Color information
#DA2883 (or 0xDA2883) is known color: Deep Cerise. HEX triplet: DA, 28 and 83. RGB value is (218,40,131). Sum of RGB (Red+Green+Blue) = 218+40+131=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2883 is #25D77C. Grayscale: #676767. Windows color (decimal): -2479997 or 8595674. OLE color: 8595674.
HSL color Cylindrical-coordinate representation of color #DA2883: hue angle of 329.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2883 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 131 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.15 |
| HSL | 329.33º | 0.71% | 0.51% | - |
| HSV(B) | 329.33º | 0.82% | 0.85% | - |
| XYZ | 33.77 | 18.06 | 23.18 | - |
| YUV | 103.6 | 143.47 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 131 | 0 | 0.82 | 0.40 | 0.15 | 329.33 | 0.71 | 0.51 |
| Hex | DA | 28 | 83 | 0 | 52 | 28 | F | 149 | 47 | 33 |
| Octal | 332 | 50 | 203 | 0 | 122 | 50 | 17 | 511 | 107 | 63 |
| Binary | 11011010 | 101000 | 10000011 | 0 | 1010010 | 101000 | 1111 | 101001001 | 1000111 | 110011 |
Color Harmonies of #DA2883
Complementary color
Monochromatic Colors of #DA2883
Black with #DA2883
Text Example
Text Example
White with #DA2883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2883; }
p { color: rgb(218,40,131); }
H1.HeaderClassName
{
color: #DA2883;
}
.AnyTagClassName
{
color: #DA2883;
}
</style>
background-color css
<style>
a { background-color: #DA2883; }
a { background-color: rgb(218,40,131); }
div.DivClassName
{
background-color: #DA2883;
}
.BgClassName
{
background-color: #DA2883;
}
</style>
border-color css
<style>
span { border-color: #DA2883; }
span { border-color: rgb(218,40,131); }
td.TdClassName
{
border-color: #DA2883;
}
.TagClassName
{
border-color: #DA2883;
}
</style>