Shades of Deep Cerise #D7298B
Tints of Deep Cerise #D7298B
RGB
CMYK
RGB Variations
Color information
#D7298B (or 0xD7298B) is known color: Deep Cerise. HEX triplet: D7, 29 and 8B. RGB value is (215,41,139). Sum of RGB (Red+Green+Blue) = 215+41+139=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7298B is #28D674. Grayscale: #676767. Windows color (decimal): -2676341 or 9120215. OLE color: 9120215.
HSL color Cylindrical-coordinate representation of color #D7298B: hue angle of 326.21º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7298B is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 139 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.16 |
| HSL | 326.21º | 0.69% | 0.5% | - |
| HSV(B) | 326.21º | 0.81% | 0.84% | - |
| XYZ | 33.48 | 17.9 | 26.12 | - |
| YUV | 104.2 | 147.65 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 139 | 0 | 0.81 | 0.35 | 0.16 | 326.21 | 0.69 | 0.5 |
| Hex | D7 | 29 | 8B | 0 | 51 | 23 | 10 | 146 | 45 | 32 |
| Octal | 327 | 51 | 213 | 0 | 121 | 43 | 20 | 506 | 105 | 62 |
| Binary | 11010111 | 101001 | 10001011 | 0 | 1010001 | 100011 | 10000 | 101000110 | 1000101 | 110010 |
Color Harmonies of #D7298B
Complementary color
Monochromatic Colors of #D7298B
Black with #D7298B
Text Example
Text Example
White with #D7298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7298B; }
p { color: rgb(215,41,139); }
H1.HeaderClassName
{
color: #D7298B;
}
.AnyTagClassName
{
color: #D7298B;
}
</style>
background-color css
<style>
a { background-color: #D7298B; }
a { background-color: rgb(215,41,139); }
div.DivClassName
{
background-color: #D7298B;
}
.BgClassName
{
background-color: #D7298B;
}
</style>
border-color css
<style>
span { border-color: #D7298B; }
span { border-color: rgb(215,41,139); }
td.TdClassName
{
border-color: #D7298B;
}
.TagClassName
{
border-color: #D7298B;
}
</style>