Shades of Deep Cerise #DA34AB
Tints of Deep Cerise #DA34AB
RGB
CMYK
RGB Variations
Color information
#DA34AB (or 0xDA34AB) is known color: Deep Cerise. HEX triplet: DA, 34 and AB. RGB value is (218,52,171). Sum of RGB (Red+Green+Blue) = 218+52+171=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA34AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA34AB is #25CB54. Grayscale: #727272. Windows color (decimal): -2476885 or 11220186. OLE color: 11220186.
HSL color Cylindrical-coordinate representation of color #DA34AB: hue angle of 316.99º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA34AB is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 171 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.15 |
| HSL | 316.99º | 0.69% | 0.53% | - |
| HSV(B) | 316.99º | 0.76% | 0.85% | - |
| XYZ | 37.49 | 20.3 | 40.47 | - |
| YUV | 115.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 171 | 0 | 0.76 | 0.22 | 0.15 | 316.99 | 0.69 | 0.53 |
| Hex | DA | 34 | AB | 0 | 4C | 16 | F | 13D | 45 | 35 |
| Octal | 332 | 64 | 253 | 0 | 114 | 26 | 17 | 475 | 105 | 65 |
| Binary | 11011010 | 110100 | 10101011 | 0 | 1001100 | 10110 | 1111 | 100111101 | 1000101 | 110101 |
Color Harmonies of #DA34AB
Complementary color
Monochromatic Colors of #DA34AB
Black with #DA34AB
Text Example
Text Example
White with #DA34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA34AB; }
p { color: rgb(218,52,171); }
H1.HeaderClassName
{
color: #DA34AB;
}
.AnyTagClassName
{
color: #DA34AB;
}
</style>
background-color css
<style>
a { background-color: #DA34AB; }
a { background-color: rgb(218,52,171); }
div.DivClassName
{
background-color: #DA34AB;
}
.BgClassName
{
background-color: #DA34AB;
}
</style>
border-color css
<style>
span { border-color: #DA34AB; }
span { border-color: rgb(218,52,171); }
td.TdClassName
{
border-color: #DA34AB;
}
.TagClassName
{
border-color: #DA34AB;
}
</style>