Shades of Deep Magenta #D62BCB
Tints of Deep Magenta #D62BCB
RGB
CMYK
RGB Variations
Color information
#D62BCB (or 0xD62BCB) is known color: Deep Magenta. HEX triplet: D6, 2B and CB. RGB value is (214,43,203). Sum of RGB (Red+Green+Blue) = 214+43+203=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D62BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62BCB is #29D434. Grayscale: #6F6F6F. Windows color (decimal): -2741301 or 13315030. OLE color: 13315030.
HSL color Cylindrical-coordinate representation of color #D62BCB: hue angle of 303.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62BCB is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 203 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.16 |
| HSL | 303.86º | 0.68% | 0.5% | - |
| HSV(B) | 303.86º | 0.8% | 0.84% | - |
| XYZ | 39.37 | 20.34 | 58.35 | - |
| YUV | 112.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 203 | 0 | 0.80 | 0.05 | 0.16 | 303.86 | 0.68 | 0.5 |
| Hex | D6 | 2B | CB | 0 | 50 | 5 | 10 | 130 | 44 | 32 |
| Octal | 326 | 53 | 313 | 0 | 120 | 5 | 20 | 460 | 104 | 62 |
| Binary | 11010110 | 101011 | 11001011 | 0 | 1010000 | 101 | 10000 | 100110000 | 1000100 | 110010 |
Color Harmonies of #D62BCB
Complementary color
Monochromatic Colors of #D62BCB
Black with #D62BCB
Text Example
Text Example
White with #D62BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BCB; }
p { color: rgb(214,43,203); }
H1.HeaderClassName
{
color: #D62BCB;
}
.AnyTagClassName
{
color: #D62BCB;
}
</style>
background-color css
<style>
a { background-color: #D62BCB; }
a { background-color: rgb(214,43,203); }
div.DivClassName
{
background-color: #D62BCB;
}
.BgClassName
{
background-color: #D62BCB;
}
</style>
border-color css
<style>
span { border-color: #D62BCB; }
span { border-color: rgb(214,43,203); }
td.TdClassName
{
border-color: #D62BCB;
}
.TagClassName
{
border-color: #D62BCB;
}
</style>