Shades of Deep Magenta #D627C8
Tints of Deep Magenta #D627C8
RGB
CMYK
RGB Variations
Color information
#D627C8 (or 0xD627C8) is known color: Deep Magenta. HEX triplet: D6, 27 and C8. RGB value is (214,39,200). Sum of RGB (Red+Green+Blue) = 214+39+200=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D627C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627C8 is #29D837. Grayscale: #6D6D6D. Windows color (decimal): -2742328 or 13117398. OLE color: 13117398.
HSL color Cylindrical-coordinate representation of color #D627C8: hue angle of 304.8º 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 #D627C8 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 200 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.16 |
| HSL | 304.8º | 0.69% | 0.5% | - |
| HSV(B) | 304.8º | 0.82% | 0.84% | - |
| XYZ | 38.88 | 19.92 | 56.44 | - |
| YUV | 109.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 200 | 0 | 0.82 | 0.07 | 0.16 | 304.8 | 0.69 | 0.5 |
| Hex | D6 | 27 | C8 | 0 | 52 | 7 | 10 | 131 | 45 | 32 |
| Octal | 326 | 47 | 310 | 0 | 122 | 7 | 20 | 461 | 105 | 62 |
| Binary | 11010110 | 100111 | 11001000 | 0 | 1010010 | 111 | 10000 | 100110001 | 1000101 | 110010 |
Color Harmonies of #D627C8
Complementary color
Monochromatic Colors of #D627C8
Black with #D627C8
Text Example
Text Example
White with #D627C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627C8; }
p { color: rgb(214,39,200); }
H1.HeaderClassName
{
color: #D627C8;
}
.AnyTagClassName
{
color: #D627C8;
}
</style>
background-color css
<style>
a { background-color: #D627C8; }
a { background-color: rgb(214,39,200); }
div.DivClassName
{
background-color: #D627C8;
}
.BgClassName
{
background-color: #D627C8;
}
</style>
border-color css
<style>
span { border-color: #D627C8; }
span { border-color: rgb(214,39,200); }
td.TdClassName
{
border-color: #D627C8;
}
.TagClassName
{
border-color: #D627C8;
}
</style>