Shades of Deep Cerise #DA3C97
Tints of Deep Cerise #DA3C97
RGB
CMYK
RGB Variations
Color information
#DA3C97 (or 0xDA3C97) is known color: Deep Cerise. HEX triplet: DA, 3C and 97. RGB value is (218,60,151). Sum of RGB (Red+Green+Blue) = 218+60+151=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3C97 is #25C368. Grayscale: #757575. Windows color (decimal): -2474857 or 9911514. OLE color: 9911514.
HSL color Cylindrical-coordinate representation of color #DA3C97: hue angle of 325.44º 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 #DA3C97 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 151 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.15 |
| HSL | 325.44º | 0.68% | 0.55% | - |
| HSV(B) | 325.44º | 0.72% | 0.85% | - |
| XYZ | 36.12 | 20.37 | 31.31 | - |
| YUV | 117.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 151 | 0 | 0.72 | 0.31 | 0.15 | 325.44 | 0.68 | 0.55 |
| Hex | DA | 3C | 97 | 0 | 48 | 1F | F | 145 | 44 | 37 |
| Octal | 332 | 74 | 227 | 0 | 110 | 37 | 17 | 505 | 104 | 67 |
| Binary | 11011010 | 111100 | 10010111 | 0 | 1001000 | 11111 | 1111 | 101000101 | 1000100 | 110111 |
Color Harmonies of #DA3C97
Complementary color
Monochromatic Colors of #DA3C97
Black with #DA3C97
Text Example
Text Example
White with #DA3C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C97; }
p { color: rgb(218,60,151); }
H1.HeaderClassName
{
color: #DA3C97;
}
.AnyTagClassName
{
color: #DA3C97;
}
</style>
background-color css
<style>
a { background-color: #DA3C97; }
a { background-color: rgb(218,60,151); }
div.DivClassName
{
background-color: #DA3C97;
}
.BgClassName
{
background-color: #DA3C97;
}
</style>
border-color css
<style>
span { border-color: #DA3C97; }
span { border-color: rgb(218,60,151); }
td.TdClassName
{
border-color: #DA3C97;
}
.TagClassName
{
border-color: #DA3C97;
}
</style>