Shades of Deep Magenta #D626CB
Tints of Deep Magenta #D626CB
RGB
CMYK
RGB Variations
Color information
#D626CB (or 0xD626CB) is known color: Deep Magenta. HEX triplet: D6, 26 and CB. RGB value is (214,38,203). Sum of RGB (Red+Green+Blue) = 214+38+203=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D626CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626CB is #29D934. Grayscale: #6C6C6C. Windows color (decimal): -2742581 or 13313750. OLE color: 13313750.
HSL color Cylindrical-coordinate representation of color #D626CB: hue angle of 303.75º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D626CB is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 203 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.16 |
| HSL | 303.75º | 0.7% | 0.49% | - |
| HSV(B) | 303.75º | 0.82% | 0.84% | - |
| XYZ | 39.2 | 19.99 | 58.29 | - |
| YUV | 109.43 | 180.81 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 203 | 0 | 0.82 | 0.05 | 0.16 | 303.75 | 0.7 | 0.49 |
| Hex | D6 | 26 | CB | 0 | 52 | 5 | 10 | 130 | 46 | 31 |
| Octal | 326 | 46 | 313 | 0 | 122 | 5 | 20 | 460 | 106 | 61 |
| Binary | 11010110 | 100110 | 11001011 | 0 | 1010010 | 101 | 10000 | 100110000 | 1000110 | 110001 |
Color Harmonies of #D626CB
Complementary color
Monochromatic Colors of #D626CB
Black with #D626CB
Text Example
Text Example
White with #D626CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626CB; }
p { color: rgb(214,38,203); }
H1.HeaderClassName
{
color: #D626CB;
}
.AnyTagClassName
{
color: #D626CB;
}
</style>
background-color css
<style>
a { background-color: #D626CB; }
a { background-color: rgb(214,38,203); }
div.DivClassName
{
background-color: #D626CB;
}
.BgClassName
{
background-color: #D626CB;
}
</style>
border-color css
<style>
span { border-color: #D626CB; }
span { border-color: rgb(214,38,203); }
td.TdClassName
{
border-color: #D626CB;
}
.TagClassName
{
border-color: #D626CB;
}
</style>