Shades of Deep Magenta #D426BC
Tints of Deep Magenta #D426BC
RGB
CMYK
RGB Variations
Color information
#D426BC (or 0xD426BC) is known color: Deep Magenta. HEX triplet: D4, 26 and BC. RGB value is (212,38,188). Sum of RGB (Red+Green+Blue) = 212+38+188=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D426BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426BC is #2BD943. Grayscale: #6A6A6A. Windows color (decimal): -2873668 or 12330708. OLE color: 12330708.
HSL color Cylindrical-coordinate representation of color #D426BC: hue angle of 308.28º 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 #D426BC is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 188 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.17 |
| HSL | 308.28º | 0.7% | 0.49% | - |
| HSV(B) | 308.28º | 0.82% | 0.83% | - |
| XYZ | 36.92 | 19.01 | 49.3 | - |
| YUV | 107.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 188 | 0 | 0.82 | 0.11 | 0.17 | 308.28 | 0.7 | 0.49 |
| Hex | D4 | 26 | BC | 0 | 52 | B | 11 | 134 | 46 | 31 |
| Octal | 324 | 46 | 274 | 0 | 122 | 13 | 21 | 464 | 106 | 61 |
| Binary | 11010100 | 100110 | 10111100 | 0 | 1010010 | 1011 | 10001 | 100110100 | 1000110 | 110001 |
Color Harmonies of #D426BC
Complementary color
Monochromatic Colors of #D426BC
Black with #D426BC
Text Example
Text Example
White with #D426BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426BC; }
p { color: rgb(212,38,188); }
H1.HeaderClassName
{
color: #D426BC;
}
.AnyTagClassName
{
color: #D426BC;
}
</style>
background-color css
<style>
a { background-color: #D426BC; }
a { background-color: rgb(212,38,188); }
div.DivClassName
{
background-color: #D426BC;
}
.BgClassName
{
background-color: #D426BC;
}
</style>
border-color css
<style>
span { border-color: #D426BC; }
span { border-color: rgb(212,38,188); }
td.TdClassName
{
border-color: #D426BC;
}
.TagClassName
{
border-color: #D426BC;
}
</style>