Shades of Deep Cerise #D91E8A
Tints of Deep Cerise #D91E8A
RGB
CMYK
RGB Variations
Color information
#D91E8A (or 0xD91E8A) is known color: Deep Cerise. HEX triplet: D9, 1E and 8A. RGB value is (217,30,138). Sum of RGB (Red+Green+Blue) = 217+30+138=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91E8A is #26E175. Grayscale: #616161. Windows color (decimal): -2548086 or 9051865. OLE color: 9051865.
HSL color Cylindrical-coordinate representation of color #D91E8A: hue angle of 325.35º 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 #D91E8A is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 138 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.15 |
| HSL | 325.35º | 0.76% | 0.48% | - |
| HSV(B) | 325.35º | 0.86% | 0.85% | - |
| XYZ | 33.67 | 17.52 | 25.65 | - |
| YUV | 98.23 | 150.45 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 138 | 0 | 0.86 | 0.36 | 0.15 | 325.35 | 0.76 | 0.48 |
| Hex | D9 | 1E | 8A | 0 | 56 | 24 | F | 145 | 4C | 30 |
| Octal | 331 | 36 | 212 | 0 | 126 | 44 | 17 | 505 | 114 | 60 |
| Binary | 11011001 | 11110 | 10001010 | 0 | 1010110 | 100100 | 1111 | 101000101 | 1001100 | 110000 |
Color Harmonies of #D91E8A
Complementary color
Monochromatic Colors of #D91E8A
Black with #D91E8A
Text Example
Text Example
White with #D91E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E8A; }
p { color: rgb(217,30,138); }
H1.HeaderClassName
{
color: #D91E8A;
}
.AnyTagClassName
{
color: #D91E8A;
}
</style>
background-color css
<style>
a { background-color: #D91E8A; }
a { background-color: rgb(217,30,138); }
div.DivClassName
{
background-color: #D91E8A;
}
.BgClassName
{
background-color: #D91E8A;
}
</style>
border-color css
<style>
span { border-color: #D91E8A; }
span { border-color: rgb(217,30,138); }
td.TdClassName
{
border-color: #D91E8A;
}
.TagClassName
{
border-color: #D91E8A;
}
</style>