Shades of Deep Magenta #D425CB
Tints of Deep Magenta #D425CB
RGB
CMYK
RGB Variations
Color information
#D425CB (or 0xD425CB) is known color: Deep Magenta. HEX triplet: D4, 25 and CB. RGB value is (212,37,203). Sum of RGB (Red+Green+Blue) = 212+37+203=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D425CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425CB is #2BDA34. Grayscale: #6B6B6B. Windows color (decimal): -2873909 or 13313492. OLE color: 13313492.
HSL color Cylindrical-coordinate representation of color #D425CB: hue angle of 303.09º 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 #D425CB is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 203 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.17 |
| HSL | 303.09º | 0.7% | 0.49% | - |
| HSV(B) | 303.09º | 0.83% | 0.83% | - |
| XYZ | 38.59 | 19.63 | 58.26 | - |
| YUV | 108.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 203 | 0 | 0.83 | 0.04 | 0.17 | 303.09 | 0.7 | 0.49 |
| Hex | D4 | 25 | CB | 0 | 53 | 4 | 11 | 12F | 46 | 31 |
| Octal | 324 | 45 | 313 | 0 | 123 | 4 | 21 | 457 | 106 | 61 |
| Binary | 11010100 | 100101 | 11001011 | 0 | 1010011 | 100 | 10001 | 100101111 | 1000110 | 110001 |
Color Harmonies of #D425CB
Complementary color
Monochromatic Colors of #D425CB
Black with #D425CB
Text Example
Text Example
White with #D425CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425CB; }
p { color: rgb(212,37,203); }
H1.HeaderClassName
{
color: #D425CB;
}
.AnyTagClassName
{
color: #D425CB;
}
</style>
background-color css
<style>
a { background-color: #D425CB; }
a { background-color: rgb(212,37,203); }
div.DivClassName
{
background-color: #D425CB;
}
.BgClassName
{
background-color: #D425CB;
}
</style>
border-color css
<style>
span { border-color: #D425CB; }
span { border-color: rgb(212,37,203); }
td.TdClassName
{
border-color: #D425CB;
}
.TagClassName
{
border-color: #D425CB;
}
</style>