Shades of Deep Cerise #DA3294
Tints of Deep Cerise #DA3294
RGB
CMYK
RGB Variations
Color information
#DA3294 (or 0xDA3294) is known color: Deep Cerise. HEX triplet: DA, 32 and 94. RGB value is (218,50,148). Sum of RGB (Red+Green+Blue) = 218+50+148=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3294 is #25CD6B. Grayscale: #6F6F6F. Windows color (decimal): -2477420 or 9712346. OLE color: 9712346.
HSL color Cylindrical-coordinate representation of color #DA3294: hue angle of 325º 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 #DA3294 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 148 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.15 |
| HSL | 325º | 0.69% | 0.53% | - |
| HSV(B) | 325º | 0.77% | 0.85% | - |
| XYZ | 35.4 | 19.32 | 29.88 | - |
| YUV | 111.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 148 | 0 | 0.77 | 0.32 | 0.15 | 325 | 0.69 | 0.53 |
| Hex | DA | 32 | 94 | 0 | 4D | 20 | F | 145 | 45 | 35 |
| Octal | 332 | 62 | 224 | 0 | 115 | 40 | 17 | 505 | 105 | 65 |
| Binary | 11011010 | 110010 | 10010100 | 0 | 1001101 | 100000 | 1111 | 101000101 | 1000101 | 110101 |
Color Harmonies of #DA3294
Complementary color
Monochromatic Colors of #DA3294
Black with #DA3294
Text Example
Text Example
White with #DA3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3294; }
p { color: rgb(218,50,148); }
H1.HeaderClassName
{
color: #DA3294;
}
.AnyTagClassName
{
color: #DA3294;
}
</style>
background-color css
<style>
a { background-color: #DA3294; }
a { background-color: rgb(218,50,148); }
div.DivClassName
{
background-color: #DA3294;
}
.BgClassName
{
background-color: #DA3294;
}
</style>
border-color css
<style>
span { border-color: #DA3294; }
span { border-color: rgb(218,50,148); }
td.TdClassName
{
border-color: #DA3294;
}
.TagClassName
{
border-color: #DA3294;
}
</style>