Shades of Deep Magenta #D627C7
Tints of Deep Magenta #D627C7
RGB
CMYK
RGB Variations
Color information
#D627C7 (or 0xD627C7) is known color: Deep Magenta. HEX triplet: D6, 27 and C7. RGB value is (214,39,199). Sum of RGB (Red+Green+Blue) = 214+39+199=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D627C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627C7 is #29D838. Grayscale: #6D6D6D. Windows color (decimal): -2742329 or 13051862. OLE color: 13051862.
HSL color Cylindrical-coordinate representation of color #D627C7: hue angle of 305.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D627C7 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 199 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.16 |
| HSL | 305.14º | 0.69% | 0.5% | - |
| HSV(B) | 305.14º | 0.82% | 0.84% | - |
| XYZ | 38.77 | 19.87 | 55.83 | - |
| YUV | 109.57 | 178.48 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 199 | 0 | 0.82 | 0.07 | 0.16 | 305.14 | 0.69 | 0.5 |
| Hex | D6 | 27 | C7 | 0 | 52 | 7 | 10 | 131 | 45 | 32 |
| Octal | 326 | 47 | 307 | 0 | 122 | 7 | 20 | 461 | 105 | 62 |
| Binary | 11010110 | 100111 | 11000111 | 0 | 1010010 | 111 | 10000 | 100110001 | 1000101 | 110010 |
Color Harmonies of #D627C7
Complementary color
Monochromatic Colors of #D627C7
Black with #D627C7
Text Example
Text Example
White with #D627C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627C7; }
p { color: rgb(214,39,199); }
H1.HeaderClassName
{
color: #D627C7;
}
.AnyTagClassName
{
color: #D627C7;
}
</style>
background-color css
<style>
a { background-color: #D627C7; }
a { background-color: rgb(214,39,199); }
div.DivClassName
{
background-color: #D627C7;
}
.BgClassName
{
background-color: #D627C7;
}
</style>
border-color css
<style>
span { border-color: #D627C7; }
span { border-color: rgb(214,39,199); }
td.TdClassName
{
border-color: #D627C7;
}
.TagClassName
{
border-color: #D627C7;
}
</style>