Shades of Deep Cerise #D8299D
Tints of Deep Cerise #D8299D
RGB
CMYK
RGB Variations
Color information
#D8299D (or 0xD8299D) is known color: Deep Cerise. HEX triplet: D8, 29 and 9D. RGB value is (216,41,157). Sum of RGB (Red+Green+Blue) = 216+41+157=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8299D is #27D662. Grayscale: #6A6A6A. Windows color (decimal): -2610787 or 10299864. OLE color: 10299864.
HSL color Cylindrical-coordinate representation of color #D8299D: hue angle of 320.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8299D is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 157 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.15 |
| HSL | 320.23º | 0.69% | 0.5% | - |
| HSV(B) | 320.23º | 0.81% | 0.85% | - |
| XYZ | 35.2 | 18.62 | 33.64 | - |
| YUV | 106.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 157 | 0 | 0.81 | 0.27 | 0.15 | 320.23 | 0.69 | 0.5 |
| Hex | D8 | 29 | 9D | 0 | 51 | 1B | F | 140 | 45 | 32 |
| Octal | 330 | 51 | 235 | 0 | 121 | 33 | 17 | 500 | 105 | 62 |
| Binary | 11011000 | 101001 | 10011101 | 0 | 1010001 | 11011 | 1111 | 101000000 | 1000101 | 110010 |
Color Harmonies of #D8299D
Complementary color
Monochromatic Colors of #D8299D
Black with #D8299D
Text Example
Text Example
White with #D8299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8299D; }
p { color: rgb(216,41,157); }
H1.HeaderClassName
{
color: #D8299D;
}
.AnyTagClassName
{
color: #D8299D;
}
</style>
background-color css
<style>
a { background-color: #D8299D; }
a { background-color: rgb(216,41,157); }
div.DivClassName
{
background-color: #D8299D;
}
.BgClassName
{
background-color: #D8299D;
}
</style>
border-color css
<style>
span { border-color: #D8299D; }
span { border-color: rgb(216,41,157); }
td.TdClassName
{
border-color: #D8299D;
}
.TagClassName
{
border-color: #D8299D;
}
</style>