Shades of Deep Cerise #DA3CAA
Tints of Deep Cerise #DA3CAA
RGB
CMYK
RGB Variations
Color information
#DA3CAA (or 0xDA3CAA) is known color: Deep Cerise. HEX triplet: DA, 3C and AA. RGB value is (218,60,170). Sum of RGB (Red+Green+Blue) = 218+60+170=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3CAA is #25C355. Grayscale: #777777. Windows color (decimal): -2474838 or 11156698. OLE color: 11156698.
HSL color Cylindrical-coordinate representation of color #DA3CAA: hue angle of 318.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3CAA is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 170 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.15 |
| HSL | 318.23º | 0.68% | 0.55% | - |
| HSV(B) | 318.23º | 0.72% | 0.85% | - |
| XYZ | 37.79 | 21.04 | 40.1 | - |
| YUV | 119.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 170 | 0 | 0.72 | 0.22 | 0.15 | 318.23 | 0.68 | 0.55 |
| Hex | DA | 3C | AA | 0 | 48 | 16 | F | 13E | 44 | 37 |
| Octal | 332 | 74 | 252 | 0 | 110 | 26 | 17 | 476 | 104 | 67 |
| Binary | 11011010 | 111100 | 10101010 | 0 | 1001000 | 10110 | 1111 | 100111110 | 1000100 | 110111 |
Color Harmonies of #DA3CAA
Complementary color
Monochromatic Colors of #DA3CAA
Black with #DA3CAA
Text Example
Text Example
White with #DA3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3CAA; }
p { color: rgb(218,60,170); }
H1.HeaderClassName
{
color: #DA3CAA;
}
.AnyTagClassName
{
color: #DA3CAA;
}
</style>
background-color css
<style>
a { background-color: #DA3CAA; }
a { background-color: rgb(218,60,170); }
div.DivClassName
{
background-color: #DA3CAA;
}
.BgClassName
{
background-color: #DA3CAA;
}
</style>
border-color css
<style>
span { border-color: #DA3CAA; }
span { border-color: rgb(218,60,170); }
td.TdClassName
{
border-color: #DA3CAA;
}
.TagClassName
{
border-color: #DA3CAA;
}
</style>