Shades of Deep Cerise #D7299C
Tints of Deep Cerise #D7299C
RGB
CMYK
RGB Variations
Color information
#D7299C (or 0xD7299C) is known color: Deep Cerise. HEX triplet: D7, 29 and 9C. RGB value is (215,41,156). Sum of RGB (Red+Green+Blue) = 215+41+156=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7299C is #28D663. Grayscale: #696969. Windows color (decimal): -2676324 or 10234327. OLE color: 10234327.
HSL color Cylindrical-coordinate representation of color #D7299C: hue angle of 320.34º 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 #D7299C is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 156 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.16 |
| HSL | 320.34º | 0.69% | 0.5% | - |
| HSV(B) | 320.34º | 0.81% | 0.84% | - |
| XYZ | 34.82 | 18.43 | 33.18 | - |
| YUV | 106.14 | 156.15 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 156 | 0 | 0.81 | 0.27 | 0.16 | 320.34 | 0.69 | 0.5 |
| Hex | D7 | 29 | 9C | 0 | 51 | 1B | 10 | 140 | 45 | 32 |
| Octal | 327 | 51 | 234 | 0 | 121 | 33 | 20 | 500 | 105 | 62 |
| Binary | 11010111 | 101001 | 10011100 | 0 | 1010001 | 11011 | 10000 | 101000000 | 1000101 | 110010 |
Color Harmonies of #D7299C
Complementary color
Monochromatic Colors of #D7299C
Black with #D7299C
Text Example
Text Example
White with #D7299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7299C; }
p { color: rgb(215,41,156); }
H1.HeaderClassName
{
color: #D7299C;
}
.AnyTagClassName
{
color: #D7299C;
}
</style>
background-color css
<style>
a { background-color: #D7299C; }
a { background-color: rgb(215,41,156); }
div.DivClassName
{
background-color: #D7299C;
}
.BgClassName
{
background-color: #D7299C;
}
</style>
border-color css
<style>
span { border-color: #D7299C; }
span { border-color: rgb(215,41,156); }
td.TdClassName
{
border-color: #D7299C;
}
.TagClassName
{
border-color: #D7299C;
}
</style>