Shades of Deep Cerise #DA2B93
Tints of Deep Cerise #DA2B93
RGB
CMYK
RGB Variations
Color information
#DA2B93 (or 0xDA2B93) is known color: Deep Cerise. HEX triplet: DA, 2B and 93. RGB value is (218,43,147). Sum of RGB (Red+Green+Blue) = 218+43+147=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2B93 is #25D46C. Grayscale: #6A6A6A. Windows color (decimal): -2479213 or 9645018. OLE color: 9645018.
HSL color Cylindrical-coordinate representation of color #DA2B93: hue angle of 324.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B93 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 147 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.15 |
| HSL | 324.34º | 0.7% | 0.51% | - |
| HSV(B) | 324.34º | 0.8% | 0.85% | - |
| XYZ | 35.04 | 18.74 | 29.37 | - |
| YUV | 107.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 147 | 0 | 0.80 | 0.33 | 0.15 | 324.34 | 0.7 | 0.51 |
| Hex | DA | 2B | 93 | 0 | 50 | 21 | F | 144 | 46 | 33 |
| Octal | 332 | 53 | 223 | 0 | 120 | 41 | 17 | 504 | 106 | 63 |
| Binary | 11011010 | 101011 | 10010011 | 0 | 1010000 | 100001 | 1111 | 101000100 | 1000110 | 110011 |
Color Harmonies of #DA2B93
Complementary color
Monochromatic Colors of #DA2B93
Black with #DA2B93
Text Example
Text Example
White with #DA2B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B93; }
p { color: rgb(218,43,147); }
H1.HeaderClassName
{
color: #DA2B93;
}
.AnyTagClassName
{
color: #DA2B93;
}
</style>
background-color css
<style>
a { background-color: #DA2B93; }
a { background-color: rgb(218,43,147); }
div.DivClassName
{
background-color: #DA2B93;
}
.BgClassName
{
background-color: #DA2B93;
}
</style>
border-color css
<style>
span { border-color: #DA2B93; }
span { border-color: rgb(218,43,147); }
td.TdClassName
{
border-color: #DA2B93;
}
.TagClassName
{
border-color: #DA2B93;
}
</style>