Shades of Deep Magenta #D725C1
Tints of Deep Magenta #D725C1
RGB
CMYK
RGB Variations
Color information
#D725C1 (or 0xD725C1) is known color: Deep Magenta. HEX triplet: D7, 25 and C1. RGB value is (215,37,193). Sum of RGB (Red+Green+Blue) = 215+37+193=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D725C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725C1 is #28DA3E. Grayscale: #6B6B6B. Windows color (decimal): -2677311 or 12658135. OLE color: 12658135.
HSL color Cylindrical-coordinate representation of color #D725C1: hue angle of 307.42º degrees, saturation: 0.71, 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 #D725C1 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 193 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.16 |
| HSL | 307.42º | 0.71% | 0.49% | - |
| HSV(B) | 307.42º | 0.83% | 0.84% | - |
| XYZ | 38.31 | 19.62 | 52.22 | - |
| YUV | 108.01 | 175.97 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 193 | 0 | 0.83 | 0.10 | 0.16 | 307.42 | 0.71 | 0.49 |
| Hex | D7 | 25 | C1 | 0 | 53 | A | 10 | 133 | 47 | 31 |
| Octal | 327 | 45 | 301 | 0 | 123 | 12 | 20 | 463 | 107 | 61 |
| Binary | 11010111 | 100101 | 11000001 | 0 | 1010011 | 1010 | 10000 | 100110011 | 1000111 | 110001 |
Color Harmonies of #D725C1
Complementary color
Monochromatic Colors of #D725C1
Black with #D725C1
Text Example
Text Example
White with #D725C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725C1; }
p { color: rgb(215,37,193); }
H1.HeaderClassName
{
color: #D725C1;
}
.AnyTagClassName
{
color: #D725C1;
}
</style>
background-color css
<style>
a { background-color: #D725C1; }
a { background-color: rgb(215,37,193); }
div.DivClassName
{
background-color: #D725C1;
}
.BgClassName
{
background-color: #D725C1;
}
</style>
border-color css
<style>
span { border-color: #D725C1; }
span { border-color: rgb(215,37,193); }
td.TdClassName
{
border-color: #D725C1;
}
.TagClassName
{
border-color: #D725C1;
}
</style>