Shades of Deep Cerise #D91E7E
Tints of Deep Cerise #D91E7E
RGB
CMYK
RGB Variations
Color information
#D91E7E (or 0xD91E7E) is known color: Deep Cerise. HEX triplet: D9, 1E and 7E. RGB value is (217,30,126). Sum of RGB (Red+Green+Blue) = 217+30+126=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E7E is #26E181. Grayscale: #606060. Windows color (decimal): -2548098 or 8265433. OLE color: 8265433.
HSL color Cylindrical-coordinate representation of color #D91E7E: hue angle of 329.2º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E7E is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 126 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.15 |
| HSL | 329.2º | 0.76% | 0.48% | - |
| HSV(B) | 329.2º | 0.86% | 0.85% | - |
| XYZ | 32.85 | 17.19 | 21.32 | - |
| YUV | 96.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 126 | 0 | 0.86 | 0.42 | 0.15 | 329.2 | 0.76 | 0.48 |
| Hex | D9 | 1E | 7E | 0 | 56 | 2A | F | 149 | 4C | 30 |
| Octal | 331 | 36 | 176 | 0 | 126 | 52 | 17 | 511 | 114 | 60 |
| Binary | 11011001 | 11110 | 1111110 | 0 | 1010110 | 101010 | 1111 | 101001001 | 1001100 | 110000 |
Color Harmonies of #D91E7E
Complementary color
Monochromatic Colors of #D91E7E
Black with #D91E7E
Text Example
Text Example
White with #D91E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E7E; }
p { color: rgb(217,30,126); }
H1.HeaderClassName
{
color: #D91E7E;
}
.AnyTagClassName
{
color: #D91E7E;
}
</style>
background-color css
<style>
a { background-color: #D91E7E; }
a { background-color: rgb(217,30,126); }
div.DivClassName
{
background-color: #D91E7E;
}
.BgClassName
{
background-color: #D91E7E;
}
</style>
border-color css
<style>
span { border-color: #D91E7E; }
span { border-color: rgb(217,30,126); }
td.TdClassName
{
border-color: #D91E7E;
}
.TagClassName
{
border-color: #D91E7E;
}
</style>