Shades of Deep Cerise #D3247C
Tints of Deep Cerise #D3247C
RGB
CMYK
RGB Variations
Color information
#D3247C (or 0xD3247C) is known color: Deep Cerise. HEX triplet: D3, 24 and 7C. RGB value is (211,36,124). Sum of RGB (Red+Green+Blue) = 211+36+124=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3247C is #2CDB83. Grayscale: #626262. Windows color (decimal): -2939780 or 8135891. OLE color: 8135891.
HSL color Cylindrical-coordinate representation of color #D3247C: hue angle of 329.83º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3247C is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 124 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.17 |
| HSL | 329.83º | 0.71% | 0.48% | - |
| HSV(B) | 329.83º | 0.83% | 0.83% | - |
| XYZ | 31.13 | 16.57 | 20.63 | - |
| YUV | 98.36 | 142.48 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 124 | 0 | 0.83 | 0.41 | 0.17 | 329.83 | 0.71 | 0.48 |
| Hex | D3 | 24 | 7C | 0 | 53 | 29 | 11 | 14A | 47 | 30 |
| Octal | 323 | 44 | 174 | 0 | 123 | 51 | 21 | 512 | 107 | 60 |
| Binary | 11010011 | 100100 | 1111100 | 0 | 1010011 | 101001 | 10001 | 101001010 | 1000111 | 110000 |
Color Harmonies of #D3247C
Complementary color
Monochromatic Colors of #D3247C
Black with #D3247C
Text Example
Text Example
White with #D3247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3247C; }
p { color: rgb(211,36,124); }
H1.HeaderClassName
{
color: #D3247C;
}
.AnyTagClassName
{
color: #D3247C;
}
</style>
background-color css
<style>
a { background-color: #D3247C; }
a { background-color: rgb(211,36,124); }
div.DivClassName
{
background-color: #D3247C;
}
.BgClassName
{
background-color: #D3247C;
}
</style>
border-color css
<style>
span { border-color: #D3247C; }
span { border-color: rgb(211,36,124); }
td.TdClassName
{
border-color: #D3247C;
}
.TagClassName
{
border-color: #D3247C;
}
</style>