Shades of Deep Cerise #D7247D
Tints of Deep Cerise #D7247D
RGB
CMYK
RGB Variations
Color information
#D7247D (or 0xD7247D) is known color: Deep Cerise. HEX triplet: D7, 24 and 7D. RGB value is (215,36,125). Sum of RGB (Red+Green+Blue) = 215+36+125=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7247D is #28DB82. Grayscale: #636363. Windows color (decimal): -2677635 or 8201431. OLE color: 8201431.
HSL color Cylindrical-coordinate representation of color #D7247D: hue angle of 330.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7247D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 125 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.16 |
| HSL | 330.17º | 0.71% | 0.49% | - |
| HSV(B) | 330.17º | 0.83% | 0.84% | - |
| XYZ | 32.36 | 17.19 | 21.01 | - |
| YUV | 99.67 | 142.3 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 125 | 0 | 0.83 | 0.42 | 0.16 | 330.17 | 0.71 | 0.49 |
| Hex | D7 | 24 | 7D | 0 | 53 | 2A | 10 | 14A | 47 | 31 |
| Octal | 327 | 44 | 175 | 0 | 123 | 52 | 20 | 512 | 107 | 61 |
| Binary | 11010111 | 100100 | 1111101 | 0 | 1010011 | 101010 | 10000 | 101001010 | 1000111 | 110001 |
Color Harmonies of #D7247D
Complementary color
Monochromatic Colors of #D7247D
Black with #D7247D
Text Example
Text Example
White with #D7247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7247D; }
p { color: rgb(215,36,125); }
H1.HeaderClassName
{
color: #D7247D;
}
.AnyTagClassName
{
color: #D7247D;
}
</style>
background-color css
<style>
a { background-color: #D7247D; }
a { background-color: rgb(215,36,125); }
div.DivClassName
{
background-color: #D7247D;
}
.BgClassName
{
background-color: #D7247D;
}
</style>
border-color css
<style>
span { border-color: #D7247D; }
span { border-color: rgb(215,36,125); }
td.TdClassName
{
border-color: #D7247D;
}
.TagClassName
{
border-color: #D7247D;
}
</style>