Shades of Deep Magenta #DE14CF
Tints of Deep Magenta #DE14CF
RGB
CMYK
RGB Variations
Color information
#DE14CF (or 0xDE14CF) is known color: Deep Magenta. HEX triplet: DE, 14 and CF. RGB value is (222,20,207). Sum of RGB (Red+Green+Blue) = 222+20+207=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE14CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE14CF is #21EB30. Grayscale: #656565. Windows color (decimal): -2222897 or 13571294. OLE color: 13571294.
HSL color Cylindrical-coordinate representation of color #DE14CF: hue angle of 304.46º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE14CF is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 207 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.13 |
| HSL | 304.46º | 0.83% | 0.47% | - |
| HSV(B) | 304.46º | 0.91% | 0.87% | - |
| XYZ | 41.64 | 20.53 | 60.8 | - |
| YUV | 101.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 207 | 0 | 0.91 | 0.07 | 0.13 | 304.46 | 0.83 | 0.47 |
| Hex | DE | 14 | CF | 0 | 5B | 7 | D | 130 | 53 | 2F |
| Octal | 336 | 24 | 317 | 0 | 133 | 7 | 15 | 460 | 123 | 57 |
| Binary | 11011110 | 10100 | 11001111 | 0 | 1011011 | 111 | 1101 | 100110000 | 1010011 | 101111 |
Color Harmonies of #DE14CF
Complementary color
Monochromatic Colors of #DE14CF
Black with #DE14CF
Text Example
Text Example
White with #DE14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE14CF; }
p { color: rgb(222,20,207); }
H1.HeaderClassName
{
color: #DE14CF;
}
.AnyTagClassName
{
color: #DE14CF;
}
</style>
background-color css
<style>
a { background-color: #DE14CF; }
a { background-color: rgb(222,20,207); }
div.DivClassName
{
background-color: #DE14CF;
}
.BgClassName
{
background-color: #DE14CF;
}
</style>
border-color css
<style>
span { border-color: #DE14CF; }
span { border-color: rgb(222,20,207); }
td.TdClassName
{
border-color: #DE14CF;
}
.TagClassName
{
border-color: #DE14CF;
}
</style>