Shades of Deep Cerise #DA3394
Tints of Deep Cerise #DA3394
RGB
CMYK
RGB Variations
Color information
#DA3394 (or 0xDA3394) is known color: Deep Cerise. HEX triplet: DA, 33 and 94. RGB value is (218,51,148). Sum of RGB (Red+Green+Blue) = 218+51+148=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3394 is #25CC6B. Grayscale: #6F6F6F. Windows color (decimal): -2477164 or 9712602. OLE color: 9712602.
HSL color Cylindrical-coordinate representation of color #DA3394: hue angle of 325.15º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3394 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 148 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.15 |
| HSL | 325.15º | 0.69% | 0.53% | - |
| HSV(B) | 325.15º | 0.77% | 0.85% | - |
| XYZ | 35.44 | 19.41 | 29.9 | - |
| YUV | 111.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 148 | 0 | 0.77 | 0.32 | 0.15 | 325.15 | 0.69 | 0.53 |
| Hex | DA | 33 | 94 | 0 | 4D | 20 | F | 145 | 45 | 35 |
| Octal | 332 | 63 | 224 | 0 | 115 | 40 | 17 | 505 | 105 | 65 |
| Binary | 11011010 | 110011 | 10010100 | 0 | 1001101 | 100000 | 1111 | 101000101 | 1000101 | 110101 |
Color Harmonies of #DA3394
Complementary color
Monochromatic Colors of #DA3394
Black with #DA3394
Text Example
Text Example
White with #DA3394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3394; }
p { color: rgb(218,51,148); }
H1.HeaderClassName
{
color: #DA3394;
}
.AnyTagClassName
{
color: #DA3394;
}
</style>
background-color css
<style>
a { background-color: #DA3394; }
a { background-color: rgb(218,51,148); }
div.DivClassName
{
background-color: #DA3394;
}
.BgClassName
{
background-color: #DA3394;
}
</style>
border-color css
<style>
span { border-color: #DA3394; }
span { border-color: rgb(218,51,148); }
td.TdClassName
{
border-color: #DA3394;
}
.TagClassName
{
border-color: #DA3394;
}
</style>