Shades of Deep Cerise #D3249C
Tints of Deep Cerise #D3249C
RGB
CMYK
RGB Variations
Color information
#D3249C (or 0xD3249C) is known color: Deep Cerise. HEX triplet: D3, 24 and 9C. RGB value is (211,36,156). Sum of RGB (Red+Green+Blue) = 211+36+156=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3249C is #2CDB63. Grayscale: #656565. Windows color (decimal): -2939748 or 10233043. OLE color: 10233043.
HSL color Cylindrical-coordinate representation of color #D3249C: hue angle of 318.86º 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 #D3249C is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 156 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.17 |
| HSL | 318.86º | 0.71% | 0.48% | - |
| HSV(B) | 318.86º | 0.83% | 0.83% | - |
| XYZ | 33.5 | 17.51 | 33.07 | - |
| YUV | 102.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 156 | 0 | 0.83 | 0.26 | 0.17 | 318.86 | 0.71 | 0.48 |
| Hex | D3 | 24 | 9C | 0 | 53 | 1A | 11 | 13F | 47 | 30 |
| Octal | 323 | 44 | 234 | 0 | 123 | 32 | 21 | 477 | 107 | 60 |
| Binary | 11010011 | 100100 | 10011100 | 0 | 1010011 | 11010 | 10001 | 100111111 | 1000111 | 110000 |
Color Harmonies of #D3249C
Complementary color
Monochromatic Colors of #D3249C
Black with #D3249C
Text Example
Text Example
White with #D3249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3249C; }
p { color: rgb(211,36,156); }
H1.HeaderClassName
{
color: #D3249C;
}
.AnyTagClassName
{
color: #D3249C;
}
</style>
background-color css
<style>
a { background-color: #D3249C; }
a { background-color: rgb(211,36,156); }
div.DivClassName
{
background-color: #D3249C;
}
.BgClassName
{
background-color: #D3249C;
}
</style>
border-color css
<style>
span { border-color: #D3249C; }
span { border-color: rgb(211,36,156); }
td.TdClassName
{
border-color: #D3249C;
}
.TagClassName
{
border-color: #D3249C;
}
</style>