Shades of Deep Magenta #D91ECE
Tints of Deep Magenta #D91ECE
RGB
CMYK
RGB Variations
Color information
#D91ECE (or 0xD91ECE) is known color: Deep Magenta. HEX triplet: D9, 1E and CE. RGB value is (217,30,206). Sum of RGB (Red+Green+Blue) = 217+30+206=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D91ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91ECE is #26E131. Grayscale: #696969. Windows color (decimal): -2548018 or 13508313. OLE color: 13508313.
HSL color Cylindrical-coordinate representation of color #D91ECE: hue angle of 303.53º 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 #D91ECE is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 206 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.15 |
| HSL | 303.53º | 0.76% | 0.48% | - |
| HSV(B) | 303.53º | 0.86% | 0.85% | - |
| XYZ | 40.22 | 20.14 | 60.16 | - |
| YUV | 105.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 206 | 0 | 0.86 | 0.05 | 0.15 | 303.53 | 0.76 | 0.48 |
| Hex | D9 | 1E | CE | 0 | 56 | 5 | F | 130 | 4C | 30 |
| Octal | 331 | 36 | 316 | 0 | 126 | 5 | 17 | 460 | 114 | 60 |
| Binary | 11011001 | 11110 | 11001110 | 0 | 1010110 | 101 | 1111 | 100110000 | 1001100 | 110000 |
Color Harmonies of #D91ECE
Complementary color
Monochromatic Colors of #D91ECE
Black with #D91ECE
Text Example
Text Example
White with #D91ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91ECE; }
p { color: rgb(217,30,206); }
H1.HeaderClassName
{
color: #D91ECE;
}
.AnyTagClassName
{
color: #D91ECE;
}
</style>
background-color css
<style>
a { background-color: #D91ECE; }
a { background-color: rgb(217,30,206); }
div.DivClassName
{
background-color: #D91ECE;
}
.BgClassName
{
background-color: #D91ECE;
}
</style>
border-color css
<style>
span { border-color: #D91ECE; }
span { border-color: rgb(217,30,206); }
td.TdClassName
{
border-color: #D91ECE;
}
.TagClassName
{
border-color: #D91ECE;
}
</style>