Shades of Deep Magenta #D625C5
Tints of Deep Magenta #D625C5
RGB
CMYK
RGB Variations
Color information
#D625C5 (or 0xD625C5) is known color: Deep Magenta. HEX triplet: D6, 25 and C5. RGB value is (214,37,197). Sum of RGB (Red+Green+Blue) = 214+37+197=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D625C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625C5 is #29DA3A. Grayscale: #6B6B6B. Windows color (decimal): -2742843 or 12920278. OLE color: 12920278.
HSL color Cylindrical-coordinate representation of color #D625C5: hue angle of 305.76º 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 #D625C5 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 197 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.16 |
| HSL | 305.76º | 0.71% | 0.49% | - |
| HSV(B) | 305.76º | 0.83% | 0.84% | - |
| XYZ | 38.47 | 19.65 | 54.59 | - |
| YUV | 108.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 197 | 0 | 0.83 | 0.08 | 0.16 | 305.76 | 0.71 | 0.49 |
| Hex | D6 | 25 | C5 | 0 | 53 | 8 | 10 | 132 | 47 | 31 |
| Octal | 326 | 45 | 305 | 0 | 123 | 10 | 20 | 462 | 107 | 61 |
| Binary | 11010110 | 100101 | 11000101 | 0 | 1010011 | 1000 | 10000 | 100110010 | 1000111 | 110001 |
Color Harmonies of #D625C5
Complementary color
Monochromatic Colors of #D625C5
Black with #D625C5
Text Example
Text Example
White with #D625C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D625C5; }
p { color: rgb(214,37,197); }
H1.HeaderClassName
{
color: #D625C5;
}
.AnyTagClassName
{
color: #D625C5;
}
</style>
background-color css
<style>
a { background-color: #D625C5; }
a { background-color: rgb(214,37,197); }
div.DivClassName
{
background-color: #D625C5;
}
.BgClassName
{
background-color: #D625C5;
}
</style>
border-color css
<style>
span { border-color: #D625C5; }
span { border-color: rgb(214,37,197); }
td.TdClassName
{
border-color: #D625C5;
}
.TagClassName
{
border-color: #D625C5;
}
</style>