Shades of Deep Cerise #DA3F94
Tints of Deep Cerise #DA3F94
RGB
CMYK
RGB Variations
Color information
#DA3F94 (or 0xDA3F94) is known color: Deep Cerise. HEX triplet: DA, 3F and 94. RGB value is (218,63,148). Sum of RGB (Red+Green+Blue) = 218+63+148=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3F94 is #25C06B. Grayscale: #767676. Windows color (decimal): -2474092 or 9715674. OLE color: 9715674.
HSL color Cylindrical-coordinate representation of color #DA3F94: hue angle of 327.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA3F94 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 148 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.15 |
| HSL | 327.1º | 0.68% | 0.55% | - |
| HSV(B) | 327.1º | 0.71% | 0.85% | - |
| XYZ | 36.04 | 20.6 | 30.09 | - |
| YUV | 119.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 148 | 0 | 0.71 | 0.32 | 0.15 | 327.1 | 0.68 | 0.55 |
| Hex | DA | 3F | 94 | 0 | 47 | 20 | F | 147 | 44 | 37 |
| Octal | 332 | 77 | 224 | 0 | 107 | 40 | 17 | 507 | 104 | 67 |
| Binary | 11011010 | 111111 | 10010100 | 0 | 1000111 | 100000 | 1111 | 101000111 | 1000100 | 110111 |
Color Harmonies of #DA3F94
Complementary color
Monochromatic Colors of #DA3F94
Black with #DA3F94
Text Example
Text Example
White with #DA3F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F94; }
p { color: rgb(218,63,148); }
H1.HeaderClassName
{
color: #DA3F94;
}
.AnyTagClassName
{
color: #DA3F94;
}
</style>
background-color css
<style>
a { background-color: #DA3F94; }
a { background-color: rgb(218,63,148); }
div.DivClassName
{
background-color: #DA3F94;
}
.BgClassName
{
background-color: #DA3F94;
}
</style>
border-color css
<style>
span { border-color: #DA3F94; }
span { border-color: rgb(218,63,148); }
td.TdClassName
{
border-color: #DA3F94;
}
.TagClassName
{
border-color: #DA3F94;
}
</style>