Shades of Deep Cerise #DA3C96
Tints of Deep Cerise #DA3C96
RGB
CMYK
RGB Variations
Color information
#DA3C96 (or 0xDA3C96) is known color: Deep Cerise. HEX triplet: DA, 3C and 96. RGB value is (218,60,150). Sum of RGB (Red+Green+Blue) = 218+60+150=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3C96 is #25C369. Grayscale: #757575. Windows color (decimal): -2474858 or 9845978. OLE color: 9845978.
HSL color Cylindrical-coordinate representation of color #DA3C96: hue angle of 325.82º 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 #DA3C96 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 150 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.15 |
| HSL | 325.82º | 0.68% | 0.55% | - |
| HSV(B) | 325.82º | 0.72% | 0.85% | - |
| XYZ | 36.03 | 20.34 | 30.88 | - |
| YUV | 117.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 150 | 0 | 0.72 | 0.31 | 0.15 | 325.82 | 0.68 | 0.55 |
| Hex | DA | 3C | 96 | 0 | 48 | 1F | F | 146 | 44 | 37 |
| Octal | 332 | 74 | 226 | 0 | 110 | 37 | 17 | 506 | 104 | 67 |
| Binary | 11011010 | 111100 | 10010110 | 0 | 1001000 | 11111 | 1111 | 101000110 | 1000100 | 110111 |
Color Harmonies of #DA3C96
Complementary color
Monochromatic Colors of #DA3C96
Black with #DA3C96
Text Example
Text Example
White with #DA3C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C96; }
p { color: rgb(218,60,150); }
H1.HeaderClassName
{
color: #DA3C96;
}
.AnyTagClassName
{
color: #DA3C96;
}
</style>
background-color css
<style>
a { background-color: #DA3C96; }
a { background-color: rgb(218,60,150); }
div.DivClassName
{
background-color: #DA3C96;
}
.BgClassName
{
background-color: #DA3C96;
}
</style>
border-color css
<style>
span { border-color: #DA3C96; }
span { border-color: rgb(218,60,150); }
td.TdClassName
{
border-color: #DA3C96;
}
.TagClassName
{
border-color: #DA3C96;
}
</style>