Shades of Deep Cerise #D7228B
Tints of Deep Cerise #D7228B
RGB
CMYK
RGB Variations
Color information
#D7228B (or 0xD7228B) is known color: Deep Cerise. HEX triplet: D7, 22 and 8B. RGB value is (215,34,139). Sum of RGB (Red+Green+Blue) = 215+34+139=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D7228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7228B is #28DD74. Grayscale: #636363. Windows color (decimal): -2678133 or 9118423. OLE color: 9118423.
HSL color Cylindrical-coordinate representation of color #D7228B: hue angle of 325.19º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7228B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 139 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.16 |
| HSL | 325.19º | 0.73% | 0.49% | - |
| HSV(B) | 325.19º | 0.84% | 0.84% | - |
| XYZ | 33.26 | 17.46 | 26.04 | - |
| YUV | 100.09 | 149.97 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 139 | 0 | 0.84 | 0.35 | 0.16 | 325.19 | 0.73 | 0.49 |
| Hex | D7 | 22 | 8B | 0 | 54 | 23 | 10 | 145 | 49 | 31 |
| Octal | 327 | 42 | 213 | 0 | 124 | 43 | 20 | 505 | 111 | 61 |
| Binary | 11010111 | 100010 | 10001011 | 0 | 1010100 | 100011 | 10000 | 101000101 | 1001001 | 110001 |
Color Harmonies of #D7228B
Complementary color
Monochromatic Colors of #D7228B
Black with #D7228B
Text Example
Text Example
White with #D7228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7228B; }
p { color: rgb(215,34,139); }
H1.HeaderClassName
{
color: #D7228B;
}
.AnyTagClassName
{
color: #D7228B;
}
</style>
background-color css
<style>
a { background-color: #D7228B; }
a { background-color: rgb(215,34,139); }
div.DivClassName
{
background-color: #D7228B;
}
.BgClassName
{
background-color: #D7228B;
}
</style>
border-color css
<style>
span { border-color: #D7228B; }
span { border-color: rgb(215,34,139); }
td.TdClassName
{
border-color: #D7228B;
}
.TagClassName
{
border-color: #D7228B;
}
</style>