Shades of Deep Magenta #D014CB
Tints of Deep Magenta #D014CB
RGB
CMYK
RGB Variations
Color information
#D014CB (or 0xD014CB) is known color: Deep Magenta. HEX triplet: D0, 14 and CB. RGB value is (208,20,203). Sum of RGB (Red+Green+Blue) = 208+20+203=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D014CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014CB is #2FEB34. Grayscale: #606060. Windows color (decimal): -3140405 or 13309136. OLE color: 13309136.
HSL color Cylindrical-coordinate representation of color #D014CB: hue angle of 301.6º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D014CB is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 203 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.18 |
| HSL | 301.6º | 0.82% | 0.45% | - |
| HSV(B) | 301.6º | 0.9% | 0.82% | - |
| XYZ | 37.04 | 18.22 | 58.06 | - |
| YUV | 97.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 203 | 0 | 0.90 | 0.02 | 0.18 | 301.6 | 0.82 | 0.45 |
| Hex | D0 | 14 | CB | 0 | 5A | 2 | 12 | 12E | 52 | 2D |
| Octal | 320 | 24 | 313 | 0 | 132 | 2 | 22 | 456 | 122 | 55 |
| Binary | 11010000 | 10100 | 11001011 | 0 | 1011010 | 10 | 10010 | 100101110 | 1010010 | 101101 |
Color Harmonies of #D014CB
Complementary color
Monochromatic Colors of #D014CB
Black with #D014CB
Text Example
Text Example
White with #D014CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014CB; }
p { color: rgb(208,20,203); }
H1.HeaderClassName
{
color: #D014CB;
}
.AnyTagClassName
{
color: #D014CB;
}
</style>
background-color css
<style>
a { background-color: #D014CB; }
a { background-color: rgb(208,20,203); }
div.DivClassName
{
background-color: #D014CB;
}
.BgClassName
{
background-color: #D014CB;
}
</style>
border-color css
<style>
span { border-color: #D014CB; }
span { border-color: rgb(208,20,203); }
td.TdClassName
{
border-color: #D014CB;
}
.TagClassName
{
border-color: #D014CB;
}
</style>