Shades of Deep Cerise #DA36A2
Tints of Deep Cerise #DA36A2
RGB
CMYK
RGB Variations
Color information
#DA36A2 (or 0xDA36A2) is known color: Deep Cerise. HEX triplet: DA, 36 and A2. RGB value is (218,54,162). Sum of RGB (Red+Green+Blue) = 218+54+162=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA36A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA36A2 is #25C95D. Grayscale: #737373. Windows color (decimal): -2476382 or 10630874. OLE color: 10630874.
HSL color Cylindrical-coordinate representation of color #DA36A2: hue angle of 320.49º 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 #DA36A2 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 162 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.15 |
| HSL | 320.49º | 0.69% | 0.53% | - |
| HSV(B) | 320.49º | 0.75% | 0.85% | - |
| XYZ | 36.75 | 20.15 | 36.14 | - |
| YUV | 115.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 162 | 0 | 0.75 | 0.26 | 0.15 | 320.49 | 0.69 | 0.53 |
| Hex | DA | 36 | A2 | 0 | 4B | 1A | F | 140 | 45 | 35 |
| Octal | 332 | 66 | 242 | 0 | 113 | 32 | 17 | 500 | 105 | 65 |
| Binary | 11011010 | 110110 | 10100010 | 0 | 1001011 | 11010 | 1111 | 101000000 | 1000101 | 110101 |
Color Harmonies of #DA36A2
Complementary color
Monochromatic Colors of #DA36A2
Black with #DA36A2
Text Example
Text Example
White with #DA36A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA36A2; }
p { color: rgb(218,54,162); }
H1.HeaderClassName
{
color: #DA36A2;
}
.AnyTagClassName
{
color: #DA36A2;
}
</style>
background-color css
<style>
a { background-color: #DA36A2; }
a { background-color: rgb(218,54,162); }
div.DivClassName
{
background-color: #DA36A2;
}
.BgClassName
{
background-color: #DA36A2;
}
</style>
border-color css
<style>
span { border-color: #DA36A2; }
span { border-color: rgb(218,54,162); }
td.TdClassName
{
border-color: #DA36A2;
}
.TagClassName
{
border-color: #DA36A2;
}
</style>