Shades of Deep Magenta #D625C9
Tints of Deep Magenta #D625C9
RGB
CMYK
RGB Variations
Color information
#D625C9 (or 0xD625C9) is known color: Deep Magenta. HEX triplet: D6, 25 and C9. RGB value is (214,37,201). Sum of RGB (Red+Green+Blue) = 214+37+201=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D625C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625C9 is #29DA36. Grayscale: #6C6C6C. Windows color (decimal): -2742839 or 13182422. OLE color: 13182422.
HSL color Cylindrical-coordinate representation of color #D625C9: hue angle of 304.41º 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 #D625C9 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 201 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.16 |
| HSL | 304.41º | 0.71% | 0.49% | - |
| HSV(B) | 304.41º | 0.83% | 0.84% | - |
| XYZ | 38.94 | 19.84 | 57.03 | - |
| YUV | 108.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 201 | 0 | 0.83 | 0.06 | 0.16 | 304.41 | 0.71 | 0.49 |
| Hex | D6 | 25 | C9 | 0 | 53 | 6 | 10 | 130 | 47 | 31 |
| Octal | 326 | 45 | 311 | 0 | 123 | 6 | 20 | 460 | 107 | 61 |
| Binary | 11010110 | 100101 | 11001001 | 0 | 1010011 | 110 | 10000 | 100110000 | 1000111 | 110001 |
Color Harmonies of #D625C9
Complementary color
Monochromatic Colors of #D625C9
Black with #D625C9
Text Example
Text Example
White with #D625C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D625C9; }
p { color: rgb(214,37,201); }
H1.HeaderClassName
{
color: #D625C9;
}
.AnyTagClassName
{
color: #D625C9;
}
</style>
background-color css
<style>
a { background-color: #D625C9; }
a { background-color: rgb(214,37,201); }
div.DivClassName
{
background-color: #D625C9;
}
.BgClassName
{
background-color: #D625C9;
}
</style>
border-color css
<style>
span { border-color: #D625C9; }
span { border-color: rgb(214,37,201); }
td.TdClassName
{
border-color: #D625C9;
}
.TagClassName
{
border-color: #D625C9;
}
</style>