Shades of Deep Cerise #DA3C94
Tints of Deep Cerise #DA3C94
RGB
CMYK
RGB Variations
Color information
#DA3C94 (or 0xDA3C94) is known color: Deep Cerise. HEX triplet: DA, 3C and 94. RGB value is (218,60,148). Sum of RGB (Red+Green+Blue) = 218+60+148=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3C94 is #25C36B. Grayscale: #757575. Windows color (decimal): -2474860 or 9714906. OLE color: 9714906.
HSL color Cylindrical-coordinate representation of color #DA3C94: hue angle of 326.58º 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 #DA3C94 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 148 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.15 |
| HSL | 326.58º | 0.68% | 0.55% | - |
| HSV(B) | 326.58º | 0.72% | 0.85% | - |
| XYZ | 35.87 | 20.28 | 30.04 | - |
| YUV | 117.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 148 | 0 | 0.72 | 0.32 | 0.15 | 326.58 | 0.68 | 0.55 |
| Hex | DA | 3C | 94 | 0 | 48 | 20 | F | 147 | 44 | 37 |
| Octal | 332 | 74 | 224 | 0 | 110 | 40 | 17 | 507 | 104 | 67 |
| Binary | 11011010 | 111100 | 10010100 | 0 | 1001000 | 100000 | 1111 | 101000111 | 1000100 | 110111 |
Color Harmonies of #DA3C94
Complementary color
Monochromatic Colors of #DA3C94
Black with #DA3C94
Text Example
Text Example
White with #DA3C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C94; }
p { color: rgb(218,60,148); }
H1.HeaderClassName
{
color: #DA3C94;
}
.AnyTagClassName
{
color: #DA3C94;
}
</style>
background-color css
<style>
a { background-color: #DA3C94; }
a { background-color: rgb(218,60,148); }
div.DivClassName
{
background-color: #DA3C94;
}
.BgClassName
{
background-color: #DA3C94;
}
</style>
border-color css
<style>
span { border-color: #DA3C94; }
span { border-color: rgb(218,60,148); }
td.TdClassName
{
border-color: #DA3C94;
}
.TagClassName
{
border-color: #DA3C94;
}
</style>