Shades of Deep Magenta #D123CB
Tints of Deep Magenta #D123CB
RGB
CMYK
RGB Variations
Color information
#D123CB (or 0xD123CB) is known color: Deep Magenta. HEX triplet: D1, 23 and CB. RGB value is (209,35,203). Sum of RGB (Red+Green+Blue) = 209+35+203=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D123CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123CB is #2EDC34. Grayscale: #696969. Windows color (decimal): -3071029 or 13312977. OLE color: 13312977.
HSL color Cylindrical-coordinate representation of color #D123CB: hue angle of 302.07º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D123CB is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 203 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.18 |
| HSL | 302.07º | 0.71% | 0.48% | - |
| HSV(B) | 302.07º | 0.83% | 0.82% | - |
| XYZ | 37.68 | 19.07 | 58.19 | - |
| YUV | 106.18 | 182.65 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 203 | 0 | 0.83 | 0.03 | 0.18 | 302.07 | 0.71 | 0.48 |
| Hex | D1 | 23 | CB | 0 | 53 | 3 | 12 | 12E | 47 | 30 |
| Octal | 321 | 43 | 313 | 0 | 123 | 3 | 22 | 456 | 107 | 60 |
| Binary | 11010001 | 100011 | 11001011 | 0 | 1010011 | 11 | 10010 | 100101110 | 1000111 | 110000 |
Color Harmonies of #D123CB
Complementary color
Monochromatic Colors of #D123CB
Black with #D123CB
Text Example
Text Example
White with #D123CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123CB; }
p { color: rgb(209,35,203); }
H1.HeaderClassName
{
color: #D123CB;
}
.AnyTagClassName
{
color: #D123CB;
}
</style>
background-color css
<style>
a { background-color: #D123CB; }
a { background-color: rgb(209,35,203); }
div.DivClassName
{
background-color: #D123CB;
}
.BgClassName
{
background-color: #D123CB;
}
</style>
border-color css
<style>
span { border-color: #D123CB; }
span { border-color: rgb(209,35,203); }
td.TdClassName
{
border-color: #D123CB;
}
.TagClassName
{
border-color: #D123CB;
}
</style>