Shades of Deep Cerise #DA247C
Tints of Deep Cerise #DA247C
RGB
CMYK
RGB Variations
Color information
#DA247C (or 0xDA247C) is known color: Deep Cerise. HEX triplet: DA, 24 and 7C. RGB value is (218,36,124). Sum of RGB (Red+Green+Blue) = 218+36+124=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA247C is #25DB83. Grayscale: #646464. Windows color (decimal): -2481028 or 8135898. OLE color: 8135898.
HSL color Cylindrical-coordinate representation of color #DA247C: hue angle of 330.99º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA247C is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 124 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.15 |
| HSL | 330.99º | 0.72% | 0.5% | - |
| HSV(B) | 330.99º | 0.83% | 0.85% | - |
| XYZ | 33.18 | 17.62 | 20.72 | - |
| YUV | 100.45 | 141.3 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 124 | 0 | 0.83 | 0.43 | 0.15 | 330.99 | 0.72 | 0.5 |
| Hex | DA | 24 | 7C | 0 | 53 | 2B | F | 14B | 48 | 32 |
| Octal | 332 | 44 | 174 | 0 | 123 | 53 | 17 | 513 | 110 | 62 |
| Binary | 11011010 | 100100 | 1111100 | 0 | 1010011 | 101011 | 1111 | 101001011 | 1001000 | 110010 |
Color Harmonies of #DA247C
Complementary color
Monochromatic Colors of #DA247C
Black with #DA247C
Text Example
Text Example
White with #DA247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA247C; }
p { color: rgb(218,36,124); }
H1.HeaderClassName
{
color: #DA247C;
}
.AnyTagClassName
{
color: #DA247C;
}
</style>
background-color css
<style>
a { background-color: #DA247C; }
a { background-color: rgb(218,36,124); }
div.DivClassName
{
background-color: #DA247C;
}
.BgClassName
{
background-color: #DA247C;
}
</style>
border-color css
<style>
span { border-color: #DA247C; }
span { border-color: rgb(218,36,124); }
td.TdClassName
{
border-color: #DA247C;
}
.TagClassName
{
border-color: #DA247C;
}
</style>