Shades of Deep Magenta #D629CD
Tints of Deep Magenta #D629CD
RGB
CMYK
RGB Variations
Color information
#D629CD (or 0xD629CD) is known color: Deep Magenta. HEX triplet: D6, 29 and CD. RGB value is (214,41,205). Sum of RGB (Red+Green+Blue) = 214+41+205=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D629CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629CD is #29D632. Grayscale: #6E6E6E. Windows color (decimal): -2741811 or 13445590. OLE color: 13445590.
HSL color Cylindrical-coordinate representation of color #D629CD: hue angle of 303.12º 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 #D629CD is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 205 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.16 |
| HSL | 303.12º | 0.68% | 0.5% | - |
| HSV(B) | 303.12º | 0.81% | 0.84% | - |
| XYZ | 39.54 | 20.29 | 59.59 | - |
| YUV | 111.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 205 | 0 | 0.81 | 0.04 | 0.16 | 303.12 | 0.68 | 0.5 |
| Hex | D6 | 29 | CD | 0 | 51 | 4 | 10 | 12F | 44 | 32 |
| Octal | 326 | 51 | 315 | 0 | 121 | 4 | 20 | 457 | 104 | 62 |
| Binary | 11010110 | 101001 | 11001101 | 0 | 1010001 | 100 | 10000 | 100101111 | 1000100 | 110010 |
Color Harmonies of #D629CD
Complementary color
Monochromatic Colors of #D629CD
Black with #D629CD
Text Example
Text Example
White with #D629CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D629CD; }
p { color: rgb(214,41,205); }
H1.HeaderClassName
{
color: #D629CD;
}
.AnyTagClassName
{
color: #D629CD;
}
</style>
background-color css
<style>
a { background-color: #D629CD; }
a { background-color: rgb(214,41,205); }
div.DivClassName
{
background-color: #D629CD;
}
.BgClassName
{
background-color: #D629CD;
}
</style>
border-color css
<style>
span { border-color: #D629CD; }
span { border-color: rgb(214,41,205); }
td.TdClassName
{
border-color: #D629CD;
}
.TagClassName
{
border-color: #D629CD;
}
</style>