Shades of Deep Magenta #D426CA
Tints of Deep Magenta #D426CA
RGB
CMYK
RGB Variations
Color information
#D426CA (or 0xD426CA) is known color: Deep Magenta. HEX triplet: D4, 26 and CA. RGB value is (212,38,202). Sum of RGB (Red+Green+Blue) = 212+38+202=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D426CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426CA is #2BD935. Grayscale: #6C6C6C. Windows color (decimal): -2873654 or 13248212. OLE color: 13248212.
HSL color Cylindrical-coordinate representation of color #D426CA: hue angle of 303.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D426CA is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 202 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.17 |
| HSL | 303.45º | 0.7% | 0.49% | - |
| HSV(B) | 303.45º | 0.82% | 0.83% | - |
| XYZ | 38.51 | 19.65 | 57.64 | - |
| YUV | 108.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 202 | 0 | 0.82 | 0.05 | 0.17 | 303.45 | 0.7 | 0.49 |
| Hex | D4 | 26 | CA | 0 | 52 | 5 | 11 | 12F | 46 | 31 |
| Octal | 324 | 46 | 312 | 0 | 122 | 5 | 21 | 457 | 106 | 61 |
| Binary | 11010100 | 100110 | 11001010 | 0 | 1010010 | 101 | 10001 | 100101111 | 1000110 | 110001 |
Color Harmonies of #D426CA
Complementary color
Monochromatic Colors of #D426CA
Black with #D426CA
Text Example
Text Example
White with #D426CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426CA; }
p { color: rgb(212,38,202); }
H1.HeaderClassName
{
color: #D426CA;
}
.AnyTagClassName
{
color: #D426CA;
}
</style>
background-color css
<style>
a { background-color: #D426CA; }
a { background-color: rgb(212,38,202); }
div.DivClassName
{
background-color: #D426CA;
}
.BgClassName
{
background-color: #D426CA;
}
</style>
border-color css
<style>
span { border-color: #D426CA; }
span { border-color: rgb(212,38,202); }
td.TdClassName
{
border-color: #D426CA;
}
.TagClassName
{
border-color: #D426CA;
}
</style>