Shades of Deep Magenta #D627CF
Tints of Deep Magenta #D627CF
RGB
CMYK
RGB Variations
Color information
#D627CF (or 0xD627CF) is known color: Deep Magenta. HEX triplet: D6, 27 and CF. RGB value is (214,39,207). Sum of RGB (Red+Green+Blue) = 214+39+207=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D627CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627CF is #29D830. Grayscale: #6D6D6D. Windows color (decimal): -2742321 or 13576150. OLE color: 13576150.
HSL color Cylindrical-coordinate representation of color #D627CF: hue angle of 302.4º 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 #D627CF is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 207 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.16 |
| HSL | 302.4º | 0.69% | 0.5% | - |
| HSV(B) | 302.4º | 0.82% | 0.84% | - |
| XYZ | 39.72 | 20.25 | 60.85 | - |
| YUV | 110.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 207 | 0 | 0.82 | 0.03 | 0.16 | 302.4 | 0.69 | 0.5 |
| Hex | D6 | 27 | CF | 0 | 52 | 3 | 10 | 12E | 45 | 32 |
| Octal | 326 | 47 | 317 | 0 | 122 | 3 | 20 | 456 | 105 | 62 |
| Binary | 11010110 | 100111 | 11001111 | 0 | 1010010 | 11 | 10000 | 100101110 | 1000101 | 110010 |
Color Harmonies of #D627CF
Complementary color
Monochromatic Colors of #D627CF
Black with #D627CF
Text Example
Text Example
White with #D627CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627CF; }
p { color: rgb(214,39,207); }
H1.HeaderClassName
{
color: #D627CF;
}
.AnyTagClassName
{
color: #D627CF;
}
</style>
background-color css
<style>
a { background-color: #D627CF; }
a { background-color: rgb(214,39,207); }
div.DivClassName
{
background-color: #D627CF;
}
.BgClassName
{
background-color: #D627CF;
}
</style>
border-color css
<style>
span { border-color: #D627CF; }
span { border-color: rgb(214,39,207); }
td.TdClassName
{
border-color: #D627CF;
}
.TagClassName
{
border-color: #D627CF;
}
</style>