Shades of Deep Cerise #D9247E
Tints of Deep Cerise #D9247E
RGB
CMYK
RGB Variations
Color information
#D9247E (or 0xD9247E) is known color: Deep Cerise. HEX triplet: D9, 24 and 7E. RGB value is (217,36,126). Sum of RGB (Red+Green+Blue) = 217+36+126=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9247E is #26DB81. Grayscale: #646464. Windows color (decimal): -2546562 or 8266969. OLE color: 8266969.
HSL color Cylindrical-coordinate representation of color #D9247E: hue angle of 330.17º 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 #D9247E is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 126 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.15 |
| HSL | 330.17º | 0.72% | 0.5% | - |
| HSV(B) | 330.17º | 0.83% | 0.85% | - |
| XYZ | 33.01 | 17.52 | 21.38 | - |
| YUV | 100.38 | 142.47 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 126 | 0 | 0.83 | 0.42 | 0.15 | 330.17 | 0.72 | 0.5 |
| Hex | D9 | 24 | 7E | 0 | 53 | 2A | F | 14A | 48 | 32 |
| Octal | 331 | 44 | 176 | 0 | 123 | 52 | 17 | 512 | 110 | 62 |
| Binary | 11011001 | 100100 | 1111110 | 0 | 1010011 | 101010 | 1111 | 101001010 | 1001000 | 110010 |
Color Harmonies of #D9247E
Complementary color
Monochromatic Colors of #D9247E
Black with #D9247E
Text Example
Text Example
White with #D9247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9247E; }
p { color: rgb(217,36,126); }
H1.HeaderClassName
{
color: #D9247E;
}
.AnyTagClassName
{
color: #D9247E;
}
</style>
background-color css
<style>
a { background-color: #D9247E; }
a { background-color: rgb(217,36,126); }
div.DivClassName
{
background-color: #D9247E;
}
.BgClassName
{
background-color: #D9247E;
}
</style>
border-color css
<style>
span { border-color: #D9247E; }
span { border-color: rgb(217,36,126); }
td.TdClassName
{
border-color: #D9247E;
}
.TagClassName
{
border-color: #D9247E;
}
</style>