Shades of Deep Cerise #D9247D
Tints of Deep Cerise #D9247D
RGB
CMYK
RGB Variations
Color information
#D9247D (or 0xD9247D) is known color: Deep Cerise. HEX triplet: D9, 24 and 7D. RGB value is (217,36,125). Sum of RGB (Red+Green+Blue) = 217+36+125=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9247D is #26DB82. Grayscale: #646464. Windows color (decimal): -2546563 or 8201433. OLE color: 8201433.
HSL color Cylindrical-coordinate representation of color #D9247D: hue angle of 330.5º 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 #D9247D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 125 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.15 |
| HSL | 330.5º | 0.72% | 0.5% | - |
| HSV(B) | 330.5º | 0.83% | 0.85% | - |
| XYZ | 32.95 | 17.49 | 21.04 | - |
| YUV | 100.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 125 | 0 | 0.83 | 0.42 | 0.15 | 330.5 | 0.72 | 0.5 |
| Hex | D9 | 24 | 7D | 0 | 53 | 2A | F | 14A | 48 | 32 |
| Octal | 331 | 44 | 175 | 0 | 123 | 52 | 17 | 512 | 110 | 62 |
| Binary | 11011001 | 100100 | 1111101 | 0 | 1010011 | 101010 | 1111 | 101001010 | 1001000 | 110010 |
Color Harmonies of #D9247D
Complementary color
Monochromatic Colors of #D9247D
Black with #D9247D
Text Example
Text Example
White with #D9247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9247D; }
p { color: rgb(217,36,125); }
H1.HeaderClassName
{
color: #D9247D;
}
.AnyTagClassName
{
color: #D9247D;
}
</style>
background-color css
<style>
a { background-color: #D9247D; }
a { background-color: rgb(217,36,125); }
div.DivClassName
{
background-color: #D9247D;
}
.BgClassName
{
background-color: #D9247D;
}
</style>
border-color css
<style>
span { border-color: #D9247D; }
span { border-color: rgb(217,36,125); }
td.TdClassName
{
border-color: #D9247D;
}
.TagClassName
{
border-color: #D9247D;
}
</style>