Shades of Deep Cerise #DA36AA
Tints of Deep Cerise #DA36AA
RGB
CMYK
RGB Variations
Color information
#DA36AA (or 0xDA36AA) is known color: Deep Cerise. HEX triplet: DA, 36 and AA. RGB value is (218,54,170). Sum of RGB (Red+Green+Blue) = 218+54+170=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA36AA is #25C955. Grayscale: #737373. Windows color (decimal): -2476374 or 11155162. OLE color: 11155162.
HSL color Cylindrical-coordinate representation of color #DA36AA: hue angle of 317.56º 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 #DA36AA is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 170 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.15 |
| HSL | 317.56º | 0.69% | 0.53% | - |
| HSV(B) | 317.56º | 0.75% | 0.85% | - |
| XYZ | 37.49 | 20.45 | 40 | - |
| YUV | 116.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 170 | 0 | 0.75 | 0.22 | 0.15 | 317.56 | 0.69 | 0.53 |
| Hex | DA | 36 | AA | 0 | 4B | 16 | F | 13E | 45 | 35 |
| Octal | 332 | 66 | 252 | 0 | 113 | 26 | 17 | 476 | 105 | 65 |
| Binary | 11011010 | 110110 | 10101010 | 0 | 1001011 | 10110 | 1111 | 100111110 | 1000101 | 110101 |
Color Harmonies of #DA36AA
Complementary color
Monochromatic Colors of #DA36AA
Black with #DA36AA
Text Example
Text Example
White with #DA36AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA36AA; }
p { color: rgb(218,54,170); }
H1.HeaderClassName
{
color: #DA36AA;
}
.AnyTagClassName
{
color: #DA36AA;
}
</style>
background-color css
<style>
a { background-color: #DA36AA; }
a { background-color: rgb(218,54,170); }
div.DivClassName
{
background-color: #DA36AA;
}
.BgClassName
{
background-color: #DA36AA;
}
</style>
border-color css
<style>
span { border-color: #DA36AA; }
span { border-color: rgb(218,54,170); }
td.TdClassName
{
border-color: #DA36AA;
}
.TagClassName
{
border-color: #DA36AA;
}
</style>