Shades of Deep Cerise #DA2C8F
Tints of Deep Cerise #DA2C8F
RGB
CMYK
RGB Variations
Color information
#DA2C8F (or 0xDA2C8F) is known color: Deep Cerise. HEX triplet: DA, 2C and 8F. RGB value is (218,44,143). Sum of RGB (Red+Green+Blue) = 218+44+143=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2C8F is #25D370. Grayscale: #6B6B6B. Windows color (decimal): -2478961 or 9383130. OLE color: 9383130.
HSL color Cylindrical-coordinate representation of color #DA2C8F: hue angle of 325.86º 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 #DA2C8F is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 143 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.15 |
| HSL | 325.86º | 0.7% | 0.51% | - |
| HSV(B) | 325.86º | 0.8% | 0.85% | - |
| XYZ | 34.77 | 18.69 | 27.76 | - |
| YUV | 107.31 | 148.15 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 143 | 0 | 0.80 | 0.34 | 0.15 | 325.86 | 0.7 | 0.51 |
| Hex | DA | 2C | 8F | 0 | 50 | 22 | F | 146 | 46 | 33 |
| Octal | 332 | 54 | 217 | 0 | 120 | 42 | 17 | 506 | 106 | 63 |
| Binary | 11011010 | 101100 | 10001111 | 0 | 1010000 | 100010 | 1111 | 101000110 | 1000110 | 110011 |
Color Harmonies of #DA2C8F
Complementary color
Monochromatic Colors of #DA2C8F
Black with #DA2C8F
Text Example
Text Example
White with #DA2C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2C8F; }
p { color: rgb(218,44,143); }
H1.HeaderClassName
{
color: #DA2C8F;
}
.AnyTagClassName
{
color: #DA2C8F;
}
</style>
background-color css
<style>
a { background-color: #DA2C8F; }
a { background-color: rgb(218,44,143); }
div.DivClassName
{
background-color: #DA2C8F;
}
.BgClassName
{
background-color: #DA2C8F;
}
</style>
border-color css
<style>
span { border-color: #DA2C8F; }
span { border-color: rgb(218,44,143); }
td.TdClassName
{
border-color: #DA2C8F;
}
.TagClassName
{
border-color: #DA2C8F;
}
</style>