Shades of Deep Magenta #D114CB
Tints of Deep Magenta #D114CB
RGB
CMYK
RGB Variations
Color information
#D114CB (or 0xD114CB) is known color: Deep Magenta. HEX triplet: D1, 14 and CB. RGB value is (209,20,203). Sum of RGB (Red+Green+Blue) = 209+20+203=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D114CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114CB is #2EEB34. Grayscale: #606060. Windows color (decimal): -3074869 or 13309137. OLE color: 13309137.
HSL color Cylindrical-coordinate representation of color #D114CB: hue angle of 301.9º degrees, saturation: 0.83, 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 #D114CB is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 203 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.18 |
| HSL | 301.9º | 0.83% | 0.45% | - |
| HSV(B) | 301.9º | 0.9% | 0.82% | - |
| XYZ | 37.32 | 18.37 | 58.08 | - |
| YUV | 97.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 203 | 0 | 0.90 | 0.03 | 0.18 | 301.9 | 0.83 | 0.45 |
| Hex | D1 | 14 | CB | 0 | 5A | 3 | 12 | 12E | 53 | 2D |
| Octal | 321 | 24 | 313 | 0 | 132 | 3 | 22 | 456 | 123 | 55 |
| Binary | 11010001 | 10100 | 11001011 | 0 | 1011010 | 11 | 10010 | 100101110 | 1010011 | 101101 |
Color Harmonies of #D114CB
Complementary color
Monochromatic Colors of #D114CB
Black with #D114CB
Text Example
Text Example
White with #D114CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114CB; }
p { color: rgb(209,20,203); }
H1.HeaderClassName
{
color: #D114CB;
}
.AnyTagClassName
{
color: #D114CB;
}
</style>
background-color css
<style>
a { background-color: #D114CB; }
a { background-color: rgb(209,20,203); }
div.DivClassName
{
background-color: #D114CB;
}
.BgClassName
{
background-color: #D114CB;
}
</style>
border-color css
<style>
span { border-color: #D114CB; }
span { border-color: rgb(209,20,203); }
td.TdClassName
{
border-color: #D114CB;
}
.TagClassName
{
border-color: #D114CB;
}
</style>