Shades of Deep Cerise #DA36AB
Tints of Deep Cerise #DA36AB
RGB
CMYK
RGB Variations
Color information
#DA36AB (or 0xDA36AB) is known color: Deep Cerise. HEX triplet: DA, 36 and AB. RGB value is (218,54,171). Sum of RGB (Red+Green+Blue) = 218+54+171=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA36AB is #25C954. Grayscale: #747474. Windows color (decimal): -2476373 or 11220698. OLE color: 11220698.
HSL color Cylindrical-coordinate representation of color #DA36AB: hue angle of 317.2º 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 #DA36AB is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 171 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.15 |
| HSL | 317.2º | 0.69% | 0.53% | - |
| HSV(B) | 317.2º | 0.75% | 0.85% | - |
| XYZ | 37.58 | 20.48 | 40.5 | - |
| YUV | 116.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 171 | 0 | 0.75 | 0.22 | 0.15 | 317.2 | 0.69 | 0.53 |
| Hex | DA | 36 | AB | 0 | 4B | 16 | F | 13D | 45 | 35 |
| Octal | 332 | 66 | 253 | 0 | 113 | 26 | 17 | 475 | 105 | 65 |
| Binary | 11011010 | 110110 | 10101011 | 0 | 1001011 | 10110 | 1111 | 100111101 | 1000101 | 110101 |
Color Harmonies of #DA36AB
Complementary color
Monochromatic Colors of #DA36AB
Black with #DA36AB
Text Example
Text Example
White with #DA36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA36AB; }
p { color: rgb(218,54,171); }
H1.HeaderClassName
{
color: #DA36AB;
}
.AnyTagClassName
{
color: #DA36AB;
}
</style>
background-color css
<style>
a { background-color: #DA36AB; }
a { background-color: rgb(218,54,171); }
div.DivClassName
{
background-color: #DA36AB;
}
.BgClassName
{
background-color: #DA36AB;
}
</style>
border-color css
<style>
span { border-color: #DA36AB; }
span { border-color: rgb(218,54,171); }
td.TdClassName
{
border-color: #DA36AB;
}
.TagClassName
{
border-color: #DA36AB;
}
</style>