Shades of Deep Magenta #D625DD
Tints of Deep Magenta #D625DD
RGB
CMYK
RGB Variations
Color information
#D625DD (or 0xD625DD) is known color: Deep Magenta. HEX triplet: D6, 25 and DD. RGB value is (214,37,221). Sum of RGB (Red+Green+Blue) = 214+37+221=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D625DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625DD is #29DA22. Grayscale: #6E6E6E. Windows color (decimal): -2742819 or 14493142. OLE color: 14493142.
HSL color Cylindrical-coordinate representation of color #D625DD: hue angle of 297.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D625DD is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 37 | 221 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.13 |
| HSL | 297.72º | 0.73% | 0.51% | - |
| HSV(B) | 297.72º | 0.83% | 0.87% | - |
| XYZ | 41.44 | 20.84 | 70.24 | - |
| YUV | 110.9 | 190.14 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 221 | 0.03 | 0.83 | 0 | 0.13 | 297.72 | 0.73 | 0.51 |
| Hex | D6 | 25 | DD | 3 | 53 | 0 | D | 12A | 49 | 33 |
| Octal | 326 | 45 | 335 | 3 | 123 | 0 | 15 | 452 | 111 | 63 |
| Binary | 11010110 | 100101 | 11011101 | 11 | 1010011 | 0 | 1101 | 100101010 | 1001001 | 110011 |
Color Harmonies of #D625DD
Complementary color
Monochromatic Colors of #D625DD
Black with #D625DD
Text Example
Text Example
White with #D625DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D625DD; }
p { color: rgb(214,37,221); }
H1.HeaderClassName
{
color: #D625DD;
}
.AnyTagClassName
{
color: #D625DD;
}
</style>
background-color css
<style>
a { background-color: #D625DD; }
a { background-color: rgb(214,37,221); }
div.DivClassName
{
background-color: #D625DD;
}
.BgClassName
{
background-color: #D625DD;
}
</style>
border-color css
<style>
span { border-color: #D625DD; }
span { border-color: rgb(214,37,221); }
td.TdClassName
{
border-color: #D625DD;
}
.TagClassName
{
border-color: #D625DD;
}
</style>