Shades of Deep Magenta #D627C2
Tints of Deep Magenta #D627C2
RGB
CMYK
RGB Variations
Color information
#D627C2 (or 0xD627C2) is known color: Deep Magenta. HEX triplet: D6, 27 and C2. RGB value is (214,39,194). Sum of RGB (Red+Green+Blue) = 214+39+194=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D627C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627C2 is #29D83D. Grayscale: #6C6C6C. Windows color (decimal): -2742334 or 12724182. OLE color: 12724182.
HSL color Cylindrical-coordinate representation of color #D627C2: hue angle of 306.86º 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 #D627C2 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 194 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.16 |
| HSL | 306.86º | 0.69% | 0.5% | - |
| HSV(B) | 306.86º | 0.82% | 0.84% | - |
| XYZ | 38.19 | 19.64 | 52.82 | - |
| YUV | 109 | 175.98 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 194 | 0 | 0.82 | 0.09 | 0.16 | 306.86 | 0.69 | 0.5 |
| Hex | D6 | 27 | C2 | 0 | 52 | 9 | 10 | 133 | 45 | 32 |
| Octal | 326 | 47 | 302 | 0 | 122 | 11 | 20 | 463 | 105 | 62 |
| Binary | 11010110 | 100111 | 11000010 | 0 | 1010010 | 1001 | 10000 | 100110011 | 1000101 | 110010 |
Color Harmonies of #D627C2
Complementary color
Monochromatic Colors of #D627C2
Black with #D627C2
Text Example
Text Example
White with #D627C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627C2; }
p { color: rgb(214,39,194); }
H1.HeaderClassName
{
color: #D627C2;
}
.AnyTagClassName
{
color: #D627C2;
}
</style>
background-color css
<style>
a { background-color: #D627C2; }
a { background-color: rgb(214,39,194); }
div.DivClassName
{
background-color: #D627C2;
}
.BgClassName
{
background-color: #D627C2;
}
</style>
border-color css
<style>
span { border-color: #D627C2; }
span { border-color: rgb(214,39,194); }
td.TdClassName
{
border-color: #D627C2;
}
.TagClassName
{
border-color: #D627C2;
}
</style>