Shades of Deep Cerise #DA3197
Tints of Deep Cerise #DA3197
RGB
CMYK
RGB Variations
Color information
#DA3197 (or 0xDA3197) is known color: Deep Cerise. HEX triplet: DA, 31 and 97. RGB value is (218,49,151). Sum of RGB (Red+Green+Blue) = 218+49+151=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3197 is #25CE68. Grayscale: #6E6E6E. Windows color (decimal): -2477673 or 9908698. OLE color: 9908698.
HSL color Cylindrical-coordinate representation of color #DA3197: hue angle of 323.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3197 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 151 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.15 |
| HSL | 323.79º | 0.7% | 0.52% | - |
| HSV(B) | 323.79º | 0.78% | 0.85% | - |
| XYZ | 35.6 | 19.34 | 31.13 | - |
| YUV | 111.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 151 | 0 | 0.78 | 0.31 | 0.15 | 323.79 | 0.7 | 0.52 |
| Hex | DA | 31 | 97 | 0 | 4E | 1F | F | 144 | 46 | 34 |
| Octal | 332 | 61 | 227 | 0 | 116 | 37 | 17 | 504 | 106 | 64 |
| Binary | 11011010 | 110001 | 10010111 | 0 | 1001110 | 11111 | 1111 | 101000100 | 1000110 | 110100 |
Color Harmonies of #DA3197
Complementary color
Monochromatic Colors of #DA3197
Black with #DA3197
Text Example
Text Example
White with #DA3197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3197; }
p { color: rgb(218,49,151); }
H1.HeaderClassName
{
color: #DA3197;
}
.AnyTagClassName
{
color: #DA3197;
}
</style>
background-color css
<style>
a { background-color: #DA3197; }
a { background-color: rgb(218,49,151); }
div.DivClassName
{
background-color: #DA3197;
}
.BgClassName
{
background-color: #DA3197;
}
</style>
border-color css
<style>
span { border-color: #DA3197; }
span { border-color: rgb(218,49,151); }
td.TdClassName
{
border-color: #DA3197;
}
.TagClassName
{
border-color: #DA3197;
}
</style>