Shades of Deep Magenta #D627C1
Tints of Deep Magenta #D627C1
RGB
CMYK
RGB Variations
Color information
#D627C1 (or 0xD627C1) is known color: Deep Magenta. HEX triplet: D6, 27 and C1. RGB value is (214,39,193). Sum of RGB (Red+Green+Blue) = 214+39+193=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D627C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627C1 is #29D83E. Grayscale: #6C6C6C. Windows color (decimal): -2742335 or 12658646. OLE color: 12658646.
HSL color Cylindrical-coordinate representation of color #D627C1: hue angle of 307.2º 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 #D627C1 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 193 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.16 |
| HSL | 307.2º | 0.69% | 0.5% | - |
| HSV(B) | 307.2º | 0.82% | 0.84% | - |
| XYZ | 38.08 | 19.6 | 52.23 | - |
| YUV | 108.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 193 | 0 | 0.82 | 0.10 | 0.16 | 307.2 | 0.69 | 0.5 |
| Hex | D6 | 27 | C1 | 0 | 52 | A | 10 | 133 | 45 | 32 |
| Octal | 326 | 47 | 301 | 0 | 122 | 12 | 20 | 463 | 105 | 62 |
| Binary | 11010110 | 100111 | 11000001 | 0 | 1010010 | 1010 | 10000 | 100110011 | 1000101 | 110010 |
Color Harmonies of #D627C1
Complementary color
Monochromatic Colors of #D627C1
Black with #D627C1
Text Example
Text Example
White with #D627C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627C1; }
p { color: rgb(214,39,193); }
H1.HeaderClassName
{
color: #D627C1;
}
.AnyTagClassName
{
color: #D627C1;
}
</style>
background-color css
<style>
a { background-color: #D627C1; }
a { background-color: rgb(214,39,193); }
div.DivClassName
{
background-color: #D627C1;
}
.BgClassName
{
background-color: #D627C1;
}
</style>
border-color css
<style>
span { border-color: #D627C1; }
span { border-color: rgb(214,39,193); }
td.TdClassName
{
border-color: #D627C1;
}
.TagClassName
{
border-color: #D627C1;
}
</style>