Shades of Deep Cerise #D3248C
Tints of Deep Cerise #D3248C
RGB
CMYK
RGB Variations
Color information
#D3248C (or 0xD3248C) is known color: Deep Cerise. HEX triplet: D3, 24 and 8C. RGB value is (211,36,140). Sum of RGB (Red+Green+Blue) = 211+36+140=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3248C is #2CDB73. Grayscale: #636363. Windows color (decimal): -2939764 or 9184467. OLE color: 9184467.
HSL color Cylindrical-coordinate representation of color #D3248C: hue angle of 324.34º 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 #D3248C is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 140 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.17 |
| HSL | 324.34º | 0.71% | 0.48% | - |
| HSV(B) | 324.34º | 0.83% | 0.83% | - |
| XYZ | 32.23 | 17 | 26.39 | - |
| YUV | 100.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 140 | 0 | 0.83 | 0.34 | 0.17 | 324.34 | 0.71 | 0.48 |
| Hex | D3 | 24 | 8C | 0 | 53 | 22 | 11 | 144 | 47 | 30 |
| Octal | 323 | 44 | 214 | 0 | 123 | 42 | 21 | 504 | 107 | 60 |
| Binary | 11010011 | 100100 | 10001100 | 0 | 1010011 | 100010 | 10001 | 101000100 | 1000111 | 110000 |
Color Harmonies of #D3248C
Complementary color
Monochromatic Colors of #D3248C
Black with #D3248C
Text Example
Text Example
White with #D3248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3248C; }
p { color: rgb(211,36,140); }
H1.HeaderClassName
{
color: #D3248C;
}
.AnyTagClassName
{
color: #D3248C;
}
</style>
background-color css
<style>
a { background-color: #D3248C; }
a { background-color: rgb(211,36,140); }
div.DivClassName
{
background-color: #D3248C;
}
.BgClassName
{
background-color: #D3248C;
}
</style>
border-color css
<style>
span { border-color: #D3248C; }
span { border-color: rgb(211,36,140); }
td.TdClassName
{
border-color: #D3248C;
}
.TagClassName
{
border-color: #D3248C;
}
</style>