Shades of Deep Magenta #D525CA
Tints of Deep Magenta #D525CA
RGB
CMYK
RGB Variations
Color information
#D525CA (or 0xD525CA) is known color: Deep Magenta. HEX triplet: D5, 25 and CA. RGB value is (213,37,202). Sum of RGB (Red+Green+Blue) = 213+37+202=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D525CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525CA is #2ADA35. Grayscale: #6B6B6B. Windows color (decimal): -2808374 or 13247957. OLE color: 13247957.
HSL color Cylindrical-coordinate representation of color #D525CA: hue angle of 303.75º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D525CA is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 202 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.16 |
| HSL | 303.75º | 0.7% | 0.49% | - |
| HSV(B) | 303.75º | 0.83% | 0.84% | - |
| XYZ | 38.76 | 19.73 | 57.64 | - |
| YUV | 108.43 | 180.81 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 202 | 0 | 0.83 | 0.05 | 0.16 | 303.75 | 0.7 | 0.49 |
| Hex | D5 | 25 | CA | 0 | 53 | 5 | 10 | 130 | 46 | 31 |
| Octal | 325 | 45 | 312 | 0 | 123 | 5 | 20 | 460 | 106 | 61 |
| Binary | 11010101 | 100101 | 11001010 | 0 | 1010011 | 101 | 10000 | 100110000 | 1000110 | 110001 |
Color Harmonies of #D525CA
Complementary color
Monochromatic Colors of #D525CA
Black with #D525CA
Text Example
Text Example
White with #D525CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D525CA; }
p { color: rgb(213,37,202); }
H1.HeaderClassName
{
color: #D525CA;
}
.AnyTagClassName
{
color: #D525CA;
}
</style>
background-color css
<style>
a { background-color: #D525CA; }
a { background-color: rgb(213,37,202); }
div.DivClassName
{
background-color: #D525CA;
}
.BgClassName
{
background-color: #D525CA;
}
</style>
border-color css
<style>
span { border-color: #D525CA; }
span { border-color: rgb(213,37,202); }
td.TdClassName
{
border-color: #D525CA;
}
.TagClassName
{
border-color: #D525CA;
}
</style>