Shades of Deep Magenta #DE0BCF
Tints of Deep Magenta #DE0BCF
RGB
CMYK
RGB Variations
Color information
#DE0BCF (or 0xDE0BCF) is known color: Deep Magenta. HEX triplet: DE, 0B and CF. RGB value is (222,11,207). Sum of RGB (Red+Green+Blue) = 222+11+207=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0BCF is #21F430. Grayscale: #5F5F5F. Windows color (decimal): -2225201 or 13568990. OLE color: 13568990.
HSL color Cylindrical-coordinate representation of color #DE0BCF: hue angle of 304.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0BCF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.13 |
| HSL | 304.27º | 0.91% | 0.46% | - |
| HSV(B) | 304.27º | 0.95% | 0.87% | - |
| XYZ | 41.51 | 20.27 | 60.76 | - |
| YUV | 96.43 | 190.4 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 207 | 0 | 0.95 | 0.07 | 0.13 | 304.27 | 0.91 | 0.46 |
| Hex | DE | B | CF | 0 | 5F | 7 | D | 130 | 5B | 2E |
| Octal | 336 | 13 | 317 | 0 | 137 | 7 | 15 | 460 | 133 | 56 |
| Binary | 11011110 | 1011 | 11001111 | 0 | 1011111 | 111 | 1101 | 100110000 | 1011011 | 101110 |
Color Harmonies of #DE0BCF
Complementary color
Monochromatic Colors of #DE0BCF
Black with #DE0BCF
Text Example
Text Example
White with #DE0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0BCF; }
p { color: rgb(222,11,207); }
H1.HeaderClassName
{
color: #DE0BCF;
}
.AnyTagClassName
{
color: #DE0BCF;
}
</style>
background-color css
<style>
a { background-color: #DE0BCF; }
a { background-color: rgb(222,11,207); }
div.DivClassName
{
background-color: #DE0BCF;
}
.BgClassName
{
background-color: #DE0BCF;
}
</style>
border-color css
<style>
span { border-color: #DE0BCF; }
span { border-color: rgb(222,11,207); }
td.TdClassName
{
border-color: #DE0BCF;
}
.TagClassName
{
border-color: #DE0BCF;
}
</style>