Shades of Deep Cerise #DA36A1
Tints of Deep Cerise #DA36A1
RGB
CMYK
RGB Variations
Color information
#DA36A1 (or 0xDA36A1) is known color: Deep Cerise. HEX triplet: DA, 36 and A1. RGB value is (218,54,161). Sum of RGB (Red+Green+Blue) = 218+54+161=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA36A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA36A1 is #25C95E. Grayscale: #727272. Windows color (decimal): -2476383 or 10565338. OLE color: 10565338.
HSL color Cylindrical-coordinate representation of color #DA36A1: hue angle of 320.85º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA36A1 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 161 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.15 |
| HSL | 320.85º | 0.69% | 0.53% | - |
| HSV(B) | 320.85º | 0.75% | 0.85% | - |
| XYZ | 36.67 | 20.12 | 35.67 | - |
| YUV | 115.23 | 153.83 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 161 | 0 | 0.75 | 0.26 | 0.15 | 320.85 | 0.69 | 0.53 |
| Hex | DA | 36 | A1 | 0 | 4B | 1A | F | 141 | 45 | 35 |
| Octal | 332 | 66 | 241 | 0 | 113 | 32 | 17 | 501 | 105 | 65 |
| Binary | 11011010 | 110110 | 10100001 | 0 | 1001011 | 11010 | 1111 | 101000001 | 1000101 | 110101 |
Color Harmonies of #DA36A1
Complementary color
Monochromatic Colors of #DA36A1
Black with #DA36A1
Text Example
Text Example
White with #DA36A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA36A1; }
p { color: rgb(218,54,161); }
H1.HeaderClassName
{
color: #DA36A1;
}
.AnyTagClassName
{
color: #DA36A1;
}
</style>
background-color css
<style>
a { background-color: #DA36A1; }
a { background-color: rgb(218,54,161); }
div.DivClassName
{
background-color: #DA36A1;
}
.BgClassName
{
background-color: #DA36A1;
}
</style>
border-color css
<style>
span { border-color: #DA36A1; }
span { border-color: rgb(218,54,161); }
td.TdClassName
{
border-color: #DA36A1;
}
.TagClassName
{
border-color: #DA36A1;
}
</style>