Shades of Deep Cerise #D1247F
Tints of Deep Cerise #D1247F
RGB
CMYK
RGB Variations
Color information
#D1247F (or 0xD1247F) is known color: Deep Cerise. HEX triplet: D1, 24 and 7F. RGB value is (209,36,127). Sum of RGB (Red+Green+Blue) = 209+36+127=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1247F is #2EDB80. Grayscale: #616161. Windows color (decimal): -3070849 or 8332497. OLE color: 8332497.
HSL color Cylindrical-coordinate representation of color #D1247F: hue angle of 328.44º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1247F is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 127 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.18 |
| HSL | 328.44º | 0.71% | 0.48% | - |
| HSV(B) | 328.44º | 0.83% | 0.82% | - |
| XYZ | 30.76 | 16.35 | 21.61 | - |
| YUV | 98.1 | 144.31 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 127 | 0 | 0.83 | 0.39 | 0.18 | 328.44 | 0.71 | 0.48 |
| Hex | D1 | 24 | 7F | 0 | 53 | 27 | 12 | 148 | 47 | 30 |
| Octal | 321 | 44 | 177 | 0 | 123 | 47 | 22 | 510 | 107 | 60 |
| Binary | 11010001 | 100100 | 1111111 | 0 | 1010011 | 100111 | 10010 | 101001000 | 1000111 | 110000 |
Color Harmonies of #D1247F
Complementary color
Monochromatic Colors of #D1247F
Black with #D1247F
Text Example
Text Example
White with #D1247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1247F; }
p { color: rgb(209,36,127); }
H1.HeaderClassName
{
color: #D1247F;
}
.AnyTagClassName
{
color: #D1247F;
}
</style>
background-color css
<style>
a { background-color: #D1247F; }
a { background-color: rgb(209,36,127); }
div.DivClassName
{
background-color: #D1247F;
}
.BgClassName
{
background-color: #D1247F;
}
</style>
border-color css
<style>
span { border-color: #D1247F; }
span { border-color: rgb(209,36,127); }
td.TdClassName
{
border-color: #D1247F;
}
.TagClassName
{
border-color: #D1247F;
}
</style>