Shades of Deep Magenta #D629CF
Tints of Deep Magenta #D629CF
RGB
CMYK
RGB Variations
Color information
#D629CF (or 0xD629CF) is known color: Deep Magenta. HEX triplet: D6, 29 and CF. RGB value is (214,41,207). Sum of RGB (Red+Green+Blue) = 214+41+207=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D629CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629CF is #29D630. Grayscale: #6F6F6F. Windows color (decimal): -2741809 or 13576662. OLE color: 13576662.
HSL color Cylindrical-coordinate representation of color #D629CF: hue angle of 302.43º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D629CF is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 207 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.16 |
| HSL | 302.43º | 0.68% | 0.5% | - |
| HSV(B) | 302.43º | 0.81% | 0.84% | - |
| XYZ | 39.79 | 20.39 | 60.87 | - |
| YUV | 111.65 | 181.81 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 207 | 0 | 0.81 | 0.03 | 0.16 | 302.43 | 0.68 | 0.5 |
| Hex | D6 | 29 | CF | 0 | 51 | 3 | 10 | 12E | 44 | 32 |
| Octal | 326 | 51 | 317 | 0 | 121 | 3 | 20 | 456 | 104 | 62 |
| Binary | 11010110 | 101001 | 11001111 | 0 | 1010001 | 11 | 10000 | 100101110 | 1000100 | 110010 |
Color Harmonies of #D629CF
Complementary color
Monochromatic Colors of #D629CF
Black with #D629CF
Text Example
Text Example
White with #D629CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D629CF; }
p { color: rgb(214,41,207); }
H1.HeaderClassName
{
color: #D629CF;
}
.AnyTagClassName
{
color: #D629CF;
}
</style>
background-color css
<style>
a { background-color: #D629CF; }
a { background-color: rgb(214,41,207); }
div.DivClassName
{
background-color: #D629CF;
}
.BgClassName
{
background-color: #D629CF;
}
</style>
border-color css
<style>
span { border-color: #D629CF; }
span { border-color: rgb(214,41,207); }
td.TdClassName
{
border-color: #D629CF;
}
.TagClassName
{
border-color: #D629CF;
}
</style>