Shades of Deep Magenta #D425BD
Tints of Deep Magenta #D425BD
RGB
CMYK
RGB Variations
Color information
#D425BD (or 0xD425BD) is known color: Deep Magenta. HEX triplet: D4, 25 and BD. RGB value is (212,37,189). Sum of RGB (Red+Green+Blue) = 212+37+189=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D425BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425BD is #2BDA42. Grayscale: #6A6A6A. Windows color (decimal): -2873923 or 12395988. OLE color: 12395988.
HSL color Cylindrical-coordinate representation of color #D425BD: hue angle of 307.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D425BD is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 189 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.17 |
| HSL | 307.89º | 0.7% | 0.49% | - |
| HSV(B) | 307.89º | 0.83% | 0.83% | - |
| XYZ | 37 | 18.99 | 49.86 | - |
| YUV | 106.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 189 | 0 | 0.83 | 0.11 | 0.17 | 307.89 | 0.7 | 0.49 |
| Hex | D4 | 25 | BD | 0 | 53 | B | 11 | 134 | 46 | 31 |
| Octal | 324 | 45 | 275 | 0 | 123 | 13 | 21 | 464 | 106 | 61 |
| Binary | 11010100 | 100101 | 10111101 | 0 | 1010011 | 1011 | 10001 | 100110100 | 1000110 | 110001 |
Color Harmonies of #D425BD
Complementary color
Monochromatic Colors of #D425BD
Black with #D425BD
Text Example
Text Example
White with #D425BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425BD; }
p { color: rgb(212,37,189); }
H1.HeaderClassName
{
color: #D425BD;
}
.AnyTagClassName
{
color: #D425BD;
}
</style>
background-color css
<style>
a { background-color: #D425BD; }
a { background-color: rgb(212,37,189); }
div.DivClassName
{
background-color: #D425BD;
}
.BgClassName
{
background-color: #D425BD;
}
</style>
border-color css
<style>
span { border-color: #D425BD; }
span { border-color: rgb(212,37,189); }
td.TdClassName
{
border-color: #D425BD;
}
.TagClassName
{
border-color: #D425BD;
}
</style>