Shades of Deep Magenta #D825CD
Tints of Deep Magenta #D825CD
RGB
CMYK
RGB Variations
Color information
#D825CD (or 0xD825CD) is known color: Deep Magenta. HEX triplet: D8, 25 and CD. RGB value is (216,37,205). Sum of RGB (Red+Green+Blue) = 216+37+205=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D825CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825CD is #27DA32. Grayscale: #6D6D6D. Windows color (decimal): -2611763 or 13444568. OLE color: 13444568.
HSL color Cylindrical-coordinate representation of color #D825CD: hue angle of 303.69º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825CD is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 205 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.15 |
| HSL | 303.69º | 0.71% | 0.5% | - |
| HSV(B) | 303.69º | 0.83% | 0.85% | - |
| XYZ | 40 | 20.33 | 59.57 | - |
| YUV | 109.67 | 181.8 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 205 | 0 | 0.83 | 0.05 | 0.15 | 303.69 | 0.71 | 0.5 |
| Hex | D8 | 25 | CD | 0 | 53 | 5 | F | 130 | 47 | 32 |
| Octal | 330 | 45 | 315 | 0 | 123 | 5 | 17 | 460 | 107 | 62 |
| Binary | 11011000 | 100101 | 11001101 | 0 | 1010011 | 101 | 1111 | 100110000 | 1000111 | 110010 |
Color Harmonies of #D825CD
Complementary color
Monochromatic Colors of #D825CD
Black with #D825CD
Text Example
Text Example
White with #D825CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825CD; }
p { color: rgb(216,37,205); }
H1.HeaderClassName
{
color: #D825CD;
}
.AnyTagClassName
{
color: #D825CD;
}
</style>
background-color css
<style>
a { background-color: #D825CD; }
a { background-color: rgb(216,37,205); }
div.DivClassName
{
background-color: #D825CD;
}
.BgClassName
{
background-color: #D825CD;
}
</style>
border-color css
<style>
span { border-color: #D825CD; }
span { border-color: rgb(216,37,205); }
td.TdClassName
{
border-color: #D825CD;
}
.TagClassName
{
border-color: #D825CD;
}
</style>