Shades of Deep Magenta #D426CF
Tints of Deep Magenta #D426CF
RGB
CMYK
RGB Variations
Color information
#D426CF (or 0xD426CF) is known color: Deep Magenta. HEX triplet: D4, 26 and CF. RGB value is (212,38,207). Sum of RGB (Red+Green+Blue) = 212+38+207=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D426CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426CF is #2BD930. Grayscale: #6C6C6C. Windows color (decimal): -2873649 or 13575892. OLE color: 13575892.
HSL color Cylindrical-coordinate representation of color #D426CF: hue angle of 301.72º 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 #D426CF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 207 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.17 |
| HSL | 301.72º | 0.7% | 0.49% | - |
| HSV(B) | 301.72º | 0.82% | 0.83% | - |
| XYZ | 39.11 | 19.89 | 60.81 | - |
| YUV | 109.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 207 | 0 | 0.82 | 0.02 | 0.17 | 301.72 | 0.7 | 0.49 |
| Hex | D4 | 26 | CF | 0 | 52 | 2 | 11 | 12E | 46 | 31 |
| Octal | 324 | 46 | 317 | 0 | 122 | 2 | 21 | 456 | 106 | 61 |
| Binary | 11010100 | 100110 | 11001111 | 0 | 1010010 | 10 | 10001 | 100101110 | 1000110 | 110001 |
Color Harmonies of #D426CF
Complementary color
Monochromatic Colors of #D426CF
Black with #D426CF
Text Example
Text Example
White with #D426CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426CF; }
p { color: rgb(212,38,207); }
H1.HeaderClassName
{
color: #D426CF;
}
.AnyTagClassName
{
color: #D426CF;
}
</style>
background-color css
<style>
a { background-color: #D426CF; }
a { background-color: rgb(212,38,207); }
div.DivClassName
{
background-color: #D426CF;
}
.BgClassName
{
background-color: #D426CF;
}
</style>
border-color css
<style>
span { border-color: #D426CF; }
span { border-color: rgb(212,38,207); }
td.TdClassName
{
border-color: #D426CF;
}
.TagClassName
{
border-color: #D426CF;
}
</style>