Shades of Deep Cerise #DA2D8D
Tints of Deep Cerise #DA2D8D
RGB
CMYK
RGB Variations
Color information
#DA2D8D (or 0xDA2D8D) is known color: Deep Cerise. HEX triplet: DA, 2D and 8D. RGB value is (218,45,141). Sum of RGB (Red+Green+Blue) = 218+45+141=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2D8D is #25D272. Grayscale: #6B6B6B. Windows color (decimal): -2478707 or 9252314. OLE color: 9252314.
HSL color Cylindrical-coordinate representation of color #DA2D8D: hue angle of 326.71º 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 #DA2D8D is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 141 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.15 |
| HSL | 326.71º | 0.7% | 0.52% | - |
| HSV(B) | 326.71º | 0.79% | 0.85% | - |
| XYZ | 34.66 | 18.71 | 26.98 | - |
| YUV | 107.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 141 | 0 | 0.79 | 0.35 | 0.15 | 326.71 | 0.7 | 0.52 |
| Hex | DA | 2D | 8D | 0 | 4F | 23 | F | 147 | 46 | 34 |
| Octal | 332 | 55 | 215 | 0 | 117 | 43 | 17 | 507 | 106 | 64 |
| Binary | 11011010 | 101101 | 10001101 | 0 | 1001111 | 100011 | 1111 | 101000111 | 1000110 | 110100 |
Color Harmonies of #DA2D8D
Complementary color
Monochromatic Colors of #DA2D8D
Black with #DA2D8D
Text Example
Text Example
White with #DA2D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D8D; }
p { color: rgb(218,45,141); }
H1.HeaderClassName
{
color: #DA2D8D;
}
.AnyTagClassName
{
color: #DA2D8D;
}
</style>
background-color css
<style>
a { background-color: #DA2D8D; }
a { background-color: rgb(218,45,141); }
div.DivClassName
{
background-color: #DA2D8D;
}
.BgClassName
{
background-color: #DA2D8D;
}
</style>
border-color css
<style>
span { border-color: #DA2D8D; }
span { border-color: rgb(218,45,141); }
td.TdClassName
{
border-color: #DA2D8D;
}
.TagClassName
{
border-color: #DA2D8D;
}
</style>