Shades of Deep Magenta #D629CC
Tints of Deep Magenta #D629CC
RGB
CMYK
RGB Variations
Color information
#D629CC (or 0xD629CC) is known color: Deep Magenta. HEX triplet: D6, 29 and CC. RGB value is (214,41,204). Sum of RGB (Red+Green+Blue) = 214+41+204=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D629CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629CC is #29D633. Grayscale: #6E6E6E. Windows color (decimal): -2741812 or 13380054. OLE color: 13380054.
HSL color Cylindrical-coordinate representation of color #D629CC: hue angle of 303.47º 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 #D629CC is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 204 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.16 |
| HSL | 303.47º | 0.68% | 0.5% | - |
| HSV(B) | 303.47º | 0.81% | 0.84% | - |
| XYZ | 39.42 | 20.24 | 58.96 | - |
| YUV | 111.31 | 180.31 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 204 | 0 | 0.81 | 0.05 | 0.16 | 303.47 | 0.68 | 0.5 |
| Hex | D6 | 29 | CC | 0 | 51 | 5 | 10 | 12F | 44 | 32 |
| Octal | 326 | 51 | 314 | 0 | 121 | 5 | 20 | 457 | 104 | 62 |
| Binary | 11010110 | 101001 | 11001100 | 0 | 1010001 | 101 | 10000 | 100101111 | 1000100 | 110010 |
Color Harmonies of #D629CC
Complementary color
Monochromatic Colors of #D629CC
Black with #D629CC
Text Example
Text Example
White with #D629CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D629CC; }
p { color: rgb(214,41,204); }
H1.HeaderClassName
{
color: #D629CC;
}
.AnyTagClassName
{
color: #D629CC;
}
</style>
background-color css
<style>
a { background-color: #D629CC; }
a { background-color: rgb(214,41,204); }
div.DivClassName
{
background-color: #D629CC;
}
.BgClassName
{
background-color: #D629CC;
}
</style>
border-color css
<style>
span { border-color: #D629CC; }
span { border-color: rgb(214,41,204); }
td.TdClassName
{
border-color: #D629CC;
}
.TagClassName
{
border-color: #D629CC;
}
</style>