Shades of Deep Magenta #D626CA
Tints of Deep Magenta #D626CA
RGB
CMYK
RGB Variations
Color information
#D626CA (or 0xD626CA) is known color: Deep Magenta. HEX triplet: D6, 26 and CA. RGB value is (214,38,202). Sum of RGB (Red+Green+Blue) = 214+38+202=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D626CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626CA is #29D935. Grayscale: #6C6C6C. Windows color (decimal): -2742582 or 13248214. OLE color: 13248214.
HSL color Cylindrical-coordinate representation of color #D626CA: hue angle of 304.09º 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 #D626CA is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 202 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.16 |
| HSL | 304.09º | 0.7% | 0.49% | - |
| HSV(B) | 304.09º | 0.82% | 0.84% | - |
| XYZ | 39.09 | 19.95 | 57.67 | - |
| YUV | 109.32 | 180.31 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 202 | 0 | 0.82 | 0.06 | 0.16 | 304.09 | 0.7 | 0.49 |
| Hex | D6 | 26 | CA | 0 | 52 | 6 | 10 | 130 | 46 | 31 |
| Octal | 326 | 46 | 312 | 0 | 122 | 6 | 20 | 460 | 106 | 61 |
| Binary | 11010110 | 100110 | 11001010 | 0 | 1010010 | 110 | 10000 | 100110000 | 1000110 | 110001 |
Color Harmonies of #D626CA
Complementary color
Monochromatic Colors of #D626CA
Black with #D626CA
Text Example
Text Example
White with #D626CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626CA; }
p { color: rgb(214,38,202); }
H1.HeaderClassName
{
color: #D626CA;
}
.AnyTagClassName
{
color: #D626CA;
}
</style>
background-color css
<style>
a { background-color: #D626CA; }
a { background-color: rgb(214,38,202); }
div.DivClassName
{
background-color: #D626CA;
}
.BgClassName
{
background-color: #D626CA;
}
</style>
border-color css
<style>
span { border-color: #D626CA; }
span { border-color: rgb(214,38,202); }
td.TdClassName
{
border-color: #D626CA;
}
.TagClassName
{
border-color: #D626CA;
}
</style>