Shades of Deep Magenta #D123CF
Tints of Deep Magenta #D123CF
RGB
CMYK
RGB Variations
Color information
#D123CF (or 0xD123CF) is known color: Deep Magenta. HEX triplet: D1, 23 and CF. RGB value is (209,35,207). Sum of RGB (Red+Green+Blue) = 209+35+207=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D123CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123CF is #2EDC30. Grayscale: #6A6A6A. Windows color (decimal): -3071025 or 13575121. OLE color: 13575121.
HSL color Cylindrical-coordinate representation of color #D123CF: hue angle of 300.69º 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 #D123CF is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 207 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.18 |
| HSL | 300.69º | 0.71% | 0.48% | - |
| HSV(B) | 300.69º | 0.83% | 0.82% | - |
| XYZ | 38.16 | 19.26 | 60.74 | - |
| YUV | 106.63 | 184.65 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 207 | 0 | 0.83 | 0.01 | 0.18 | 300.69 | 0.71 | 0.48 |
| Hex | D1 | 23 | CF | 0 | 53 | 1 | 12 | 12D | 47 | 30 |
| Octal | 321 | 43 | 317 | 0 | 123 | 1 | 22 | 455 | 107 | 60 |
| Binary | 11010001 | 100011 | 11001111 | 0 | 1010011 | 1 | 10010 | 100101101 | 1000111 | 110000 |
Color Harmonies of #D123CF
Complementary color
Monochromatic Colors of #D123CF
Black with #D123CF
Text Example
Text Example
White with #D123CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123CF; }
p { color: rgb(209,35,207); }
H1.HeaderClassName
{
color: #D123CF;
}
.AnyTagClassName
{
color: #D123CF;
}
</style>
background-color css
<style>
a { background-color: #D123CF; }
a { background-color: rgb(209,35,207); }
div.DivClassName
{
background-color: #D123CF;
}
.BgClassName
{
background-color: #D123CF;
}
</style>
border-color css
<style>
span { border-color: #D123CF; }
span { border-color: rgb(209,35,207); }
td.TdClassName
{
border-color: #D123CF;
}
.TagClassName
{
border-color: #D123CF;
}
</style>