Shades of Deep Magenta #D20FCB
Tints of Deep Magenta #D20FCB
RGB
CMYK
RGB Variations
Color information
#D20FCB (or 0xD20FCB) is known color: Deep Magenta. HEX triplet: D2, 0F and CB. RGB value is (210,15,203). Sum of RGB (Red+Green+Blue) = 210+15+203=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FCB is #2DF034. Grayscale: #5E5E5E. Windows color (decimal): -3010613 or 13307858. OLE color: 13307858.
HSL color Cylindrical-coordinate representation of color #D20FCB: hue angle of 302.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20FCB is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 203 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.18 |
| HSL | 302.15º | 0.87% | 0.44% | - |
| HSV(B) | 302.15º | 0.93% | 0.82% | - |
| XYZ | 37.53 | 18.36 | 58.06 | - |
| YUV | 94.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 203 | 0 | 0.93 | 0.03 | 0.18 | 302.15 | 0.87 | 0.44 |
| Hex | D2 | F | CB | 0 | 5D | 3 | 12 | 12E | 57 | 2C |
| Octal | 322 | 17 | 313 | 0 | 135 | 3 | 22 | 456 | 127 | 54 |
| Binary | 11010010 | 1111 | 11001011 | 0 | 1011101 | 11 | 10010 | 100101110 | 1010111 | 101100 |
Color Harmonies of #D20FCB
Complementary color
Monochromatic Colors of #D20FCB
Black with #D20FCB
Text Example
Text Example
White with #D20FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FCB; }
p { color: rgb(210,15,203); }
H1.HeaderClassName
{
color: #D20FCB;
}
.AnyTagClassName
{
color: #D20FCB;
}
</style>
background-color css
<style>
a { background-color: #D20FCB; }
a { background-color: rgb(210,15,203); }
div.DivClassName
{
background-color: #D20FCB;
}
.BgClassName
{
background-color: #D20FCB;
}
</style>
border-color css
<style>
span { border-color: #D20FCB; }
span { border-color: rgb(210,15,203); }
td.TdClassName
{
border-color: #D20FCB;
}
.TagClassName
{
border-color: #D20FCB;
}
</style>