Shades of Deep Cerise #DA3C9C
Tints of Deep Cerise #DA3C9C
RGB
CMYK
RGB Variations
Color information
#DA3C9C (or 0xDA3C9C) is known color: Deep Cerise. HEX triplet: DA, 3C and 9C. RGB value is (218,60,156). Sum of RGB (Red+Green+Blue) = 218+60+156=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3C9C is #25C363. Grayscale: #757575. Windows color (decimal): -2474852 or 10239194. OLE color: 10239194.
HSL color Cylindrical-coordinate representation of color #DA3C9C: hue angle of 323.54º 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 #DA3C9C is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 156 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.15 |
| HSL | 323.54º | 0.68% | 0.55% | - |
| HSV(B) | 323.54º | 0.72% | 0.85% | - |
| XYZ | 36.53 | 20.54 | 33.49 | - |
| YUV | 118.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 156 | 0 | 0.72 | 0.28 | 0.15 | 323.54 | 0.68 | 0.55 |
| Hex | DA | 3C | 9C | 0 | 48 | 1C | F | 144 | 44 | 37 |
| Octal | 332 | 74 | 234 | 0 | 110 | 34 | 17 | 504 | 104 | 67 |
| Binary | 11011010 | 111100 | 10011100 | 0 | 1001000 | 11100 | 1111 | 101000100 | 1000100 | 110111 |
Color Harmonies of #DA3C9C
Complementary color
Monochromatic Colors of #DA3C9C
Black with #DA3C9C
Text Example
Text Example
White with #DA3C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C9C; }
p { color: rgb(218,60,156); }
H1.HeaderClassName
{
color: #DA3C9C;
}
.AnyTagClassName
{
color: #DA3C9C;
}
</style>
background-color css
<style>
a { background-color: #DA3C9C; }
a { background-color: rgb(218,60,156); }
div.DivClassName
{
background-color: #DA3C9C;
}
.BgClassName
{
background-color: #DA3C9C;
}
</style>
border-color css
<style>
span { border-color: #DA3C9C; }
span { border-color: rgb(218,60,156); }
td.TdClassName
{
border-color: #DA3C9C;
}
.TagClassName
{
border-color: #DA3C9C;
}
</style>