Shades of Deep Cerise #D7248C
Tints of Deep Cerise #D7248C
RGB
CMYK
RGB Variations
Color information
#D7248C (or 0xD7248C) is known color: Deep Cerise. HEX triplet: D7, 24 and 8C. RGB value is (215,36,140). Sum of RGB (Red+Green+Blue) = 215+36+140=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7248C is #28DB73. Grayscale: #656565. Windows color (decimal): -2677620 or 9184471. OLE color: 9184471.
HSL color Cylindrical-coordinate representation of color #D7248C: hue angle of 325.14º 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 #D7248C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 140 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.16 |
| HSL | 325.14º | 0.71% | 0.49% | - |
| HSV(B) | 325.14º | 0.83% | 0.84% | - |
| XYZ | 33.39 | 17.6 | 26.45 | - |
| YUV | 101.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 140 | 0 | 0.83 | 0.35 | 0.16 | 325.14 | 0.71 | 0.49 |
| Hex | D7 | 24 | 8C | 0 | 53 | 23 | 10 | 145 | 47 | 31 |
| Octal | 327 | 44 | 214 | 0 | 123 | 43 | 20 | 505 | 107 | 61 |
| Binary | 11010111 | 100100 | 10001100 | 0 | 1010011 | 100011 | 10000 | 101000101 | 1000111 | 110001 |
Color Harmonies of #D7248C
Complementary color
Monochromatic Colors of #D7248C
Black with #D7248C
Text Example
Text Example
White with #D7248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7248C; }
p { color: rgb(215,36,140); }
H1.HeaderClassName
{
color: #D7248C;
}
.AnyTagClassName
{
color: #D7248C;
}
</style>
background-color css
<style>
a { background-color: #D7248C; }
a { background-color: rgb(215,36,140); }
div.DivClassName
{
background-color: #D7248C;
}
.BgClassName
{
background-color: #D7248C;
}
</style>
border-color css
<style>
span { border-color: #D7248C; }
span { border-color: rgb(215,36,140); }
td.TdClassName
{
border-color: #D7248C;
}
.TagClassName
{
border-color: #D7248C;
}
</style>