Shades of Deep Cerise #DA2D93
Tints of Deep Cerise #DA2D93
RGB
CMYK
RGB Variations
Color information
#DA2D93 (or 0xDA2D93) is known color: Deep Cerise. HEX triplet: DA, 2D and 93. RGB value is (218,45,147). Sum of RGB (Red+Green+Blue) = 218+45+147=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2D93 is #25D26C. Grayscale: #6C6C6C. Windows color (decimal): -2478701 or 9645530. OLE color: 9645530.
HSL color Cylindrical-coordinate representation of color #DA2D93: hue angle of 324.62º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D93 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 147 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.15 |
| HSL | 324.62º | 0.7% | 0.52% | - |
| HSV(B) | 324.62º | 0.79% | 0.85% | - |
| XYZ | 35.12 | 18.89 | 29.4 | - |
| YUV | 108.36 | 149.81 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 147 | 0 | 0.79 | 0.33 | 0.15 | 324.62 | 0.7 | 0.52 |
| Hex | DA | 2D | 93 | 0 | 4F | 21 | F | 145 | 46 | 34 |
| Octal | 332 | 55 | 223 | 0 | 117 | 41 | 17 | 505 | 106 | 64 |
| Binary | 11011010 | 101101 | 10010011 | 0 | 1001111 | 100001 | 1111 | 101000101 | 1000110 | 110100 |
Color Harmonies of #DA2D93
Complementary color
Monochromatic Colors of #DA2D93
Black with #DA2D93
Text Example
Text Example
White with #DA2D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D93; }
p { color: rgb(218,45,147); }
H1.HeaderClassName
{
color: #DA2D93;
}
.AnyTagClassName
{
color: #DA2D93;
}
</style>
background-color css
<style>
a { background-color: #DA2D93; }
a { background-color: rgb(218,45,147); }
div.DivClassName
{
background-color: #DA2D93;
}
.BgClassName
{
background-color: #DA2D93;
}
</style>
border-color css
<style>
span { border-color: #DA2D93; }
span { border-color: rgb(218,45,147); }
td.TdClassName
{
border-color: #DA2D93;
}
.TagClassName
{
border-color: #DA2D93;
}
</style>