Shades of Deep Magenta #D625C1
Tints of Deep Magenta #D625C1
RGB
CMYK
RGB Variations
Color information
#D625C1 (or 0xD625C1) is known color: Deep Magenta. HEX triplet: D6, 25 and C1. RGB value is (214,37,193). Sum of RGB (Red+Green+Blue) = 214+37+193=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D625C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625C1 is #29DA3E. Grayscale: #6B6B6B. Windows color (decimal): -2742847 or 12658134. OLE color: 12658134.
HSL color Cylindrical-coordinate representation of color #D625C1: hue angle of 307.12º 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 #D625C1 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 193 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.16 |
| HSL | 307.12º | 0.71% | 0.49% | - |
| HSV(B) | 307.12º | 0.83% | 0.84% | - |
| XYZ | 38.02 | 19.47 | 52.21 | - |
| YUV | 107.71 | 176.14 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 193 | 0 | 0.83 | 0.10 | 0.16 | 307.12 | 0.71 | 0.49 |
| Hex | D6 | 25 | C1 | 0 | 53 | A | 10 | 133 | 47 | 31 |
| Octal | 326 | 45 | 301 | 0 | 123 | 12 | 20 | 463 | 107 | 61 |
| Binary | 11010110 | 100101 | 11000001 | 0 | 1010011 | 1010 | 10000 | 100110011 | 1000111 | 110001 |
Color Harmonies of #D625C1
Complementary color
Monochromatic Colors of #D625C1
Black with #D625C1
Text Example
Text Example
White with #D625C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D625C1; }
p { color: rgb(214,37,193); }
H1.HeaderClassName
{
color: #D625C1;
}
.AnyTagClassName
{
color: #D625C1;
}
</style>
background-color css
<style>
a { background-color: #D625C1; }
a { background-color: rgb(214,37,193); }
div.DivClassName
{
background-color: #D625C1;
}
.BgClassName
{
background-color: #D625C1;
}
</style>
border-color css
<style>
span { border-color: #D625C1; }
span { border-color: rgb(214,37,193); }
td.TdClassName
{
border-color: #D625C1;
}
.TagClassName
{
border-color: #D625C1;
}
</style>