Shades of Deep Magenta #D825CF
Tints of Deep Magenta #D825CF
RGB
CMYK
RGB Variations
Color information
#D825CF (or 0xD825CF) is known color: Deep Magenta. HEX triplet: D8, 25 and CF. RGB value is (216,37,207). Sum of RGB (Red+Green+Blue) = 216+37+207=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D825CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825CF is #27DA30. Grayscale: #6D6D6D. Windows color (decimal): -2611761 or 13575640. OLE color: 13575640.
HSL color Cylindrical-coordinate representation of color #D825CF: hue angle of 303.02º 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 #D825CF is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 207 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.15 |
| HSL | 303.02º | 0.71% | 0.5% | - |
| HSV(B) | 303.02º | 0.83% | 0.85% | - |
| XYZ | 40.24 | 20.43 | 60.85 | - |
| YUV | 109.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 207 | 0 | 0.83 | 0.04 | 0.15 | 303.02 | 0.71 | 0.5 |
| Hex | D8 | 25 | CF | 0 | 53 | 4 | F | 12F | 47 | 32 |
| Octal | 330 | 45 | 317 | 0 | 123 | 4 | 17 | 457 | 107 | 62 |
| Binary | 11011000 | 100101 | 11001111 | 0 | 1010011 | 100 | 1111 | 100101111 | 1000111 | 110010 |
Color Harmonies of #D825CF
Complementary color
Monochromatic Colors of #D825CF
Black with #D825CF
Text Example
Text Example
White with #D825CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825CF; }
p { color: rgb(216,37,207); }
H1.HeaderClassName
{
color: #D825CF;
}
.AnyTagClassName
{
color: #D825CF;
}
</style>
background-color css
<style>
a { background-color: #D825CF; }
a { background-color: rgb(216,37,207); }
div.DivClassName
{
background-color: #D825CF;
}
.BgClassName
{
background-color: #D825CF;
}
</style>
border-color css
<style>
span { border-color: #D825CF; }
span { border-color: rgb(216,37,207); }
td.TdClassName
{
border-color: #D825CF;
}
.TagClassName
{
border-color: #D825CF;
}
</style>