Shades of Deep Magenta #D623C7
Tints of Deep Magenta #D623C7
RGB
CMYK
RGB Variations
Color information
#D623C7 (or 0xD623C7) is known color: Deep Magenta. HEX triplet: D6, 23 and C7. RGB value is (214,35,199). Sum of RGB (Red+Green+Blue) = 214+35+199=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D623C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623C7 is #29DC38. Grayscale: #6A6A6A. Windows color (decimal): -2743353 or 13050838. OLE color: 13050838.
HSL color Cylindrical-coordinate representation of color #D623C7: hue angle of 305.03º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623C7 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 199 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.16 |
| HSL | 305.03º | 0.72% | 0.49% | - |
| HSV(B) | 305.03º | 0.84% | 0.84% | - |
| XYZ | 38.64 | 19.62 | 55.78 | - |
| YUV | 107.22 | 179.8 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 199 | 0 | 0.84 | 0.07 | 0.16 | 305.03 | 0.72 | 0.49 |
| Hex | D6 | 23 | C7 | 0 | 54 | 7 | 10 | 131 | 48 | 31 |
| Octal | 326 | 43 | 307 | 0 | 124 | 7 | 20 | 461 | 110 | 61 |
| Binary | 11010110 | 100011 | 11000111 | 0 | 1010100 | 111 | 10000 | 100110001 | 1001000 | 110001 |
Color Harmonies of #D623C7
Complementary color
Monochromatic Colors of #D623C7
Black with #D623C7
Text Example
Text Example
White with #D623C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623C7; }
p { color: rgb(214,35,199); }
H1.HeaderClassName
{
color: #D623C7;
}
.AnyTagClassName
{
color: #D623C7;
}
</style>
background-color css
<style>
a { background-color: #D623C7; }
a { background-color: rgb(214,35,199); }
div.DivClassName
{
background-color: #D623C7;
}
.BgClassName
{
background-color: #D623C7;
}
</style>
border-color css
<style>
span { border-color: #D623C7; }
span { border-color: rgb(214,35,199); }
td.TdClassName
{
border-color: #D623C7;
}
.TagClassName
{
border-color: #D623C7;
}
</style>