Shades of Deep Magenta #D825C2
Tints of Deep Magenta #D825C2
RGB
CMYK
RGB Variations
Color information
#D825C2 (or 0xD825C2) is known color: Deep Magenta. HEX triplet: D8, 25 and C2. RGB value is (216,37,194). Sum of RGB (Red+Green+Blue) = 216+37+194=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D825C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825C2 is #27DA3D. Grayscale: #6B6B6B. Windows color (decimal): -2611774 or 12723672. OLE color: 12723672.
HSL color Cylindrical-coordinate representation of color #D825C2: hue angle of 307.37º 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 #D825C2 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 194 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.15 |
| HSL | 307.37º | 0.71% | 0.5% | - |
| HSV(B) | 307.37º | 0.83% | 0.85% | - |
| XYZ | 38.72 | 19.82 | 52.82 | - |
| YUV | 108.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 194 | 0 | 0.83 | 0.10 | 0.15 | 307.37 | 0.71 | 0.5 |
| Hex | D8 | 25 | C2 | 0 | 53 | A | F | 133 | 47 | 32 |
| Octal | 330 | 45 | 302 | 0 | 123 | 12 | 17 | 463 | 107 | 62 |
| Binary | 11011000 | 100101 | 11000010 | 0 | 1010011 | 1010 | 1111 | 100110011 | 1000111 | 110010 |
Color Harmonies of #D825C2
Complementary color
Monochromatic Colors of #D825C2
Black with #D825C2
Text Example
Text Example
White with #D825C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825C2; }
p { color: rgb(216,37,194); }
H1.HeaderClassName
{
color: #D825C2;
}
.AnyTagClassName
{
color: #D825C2;
}
</style>
background-color css
<style>
a { background-color: #D825C2; }
a { background-color: rgb(216,37,194); }
div.DivClassName
{
background-color: #D825C2;
}
.BgClassName
{
background-color: #D825C2;
}
</style>
border-color css
<style>
span { border-color: #D825C2; }
span { border-color: rgb(216,37,194); }
td.TdClassName
{
border-color: #D825C2;
}
.TagClassName
{
border-color: #D825C2;
}
</style>