Shades of Deep Magenta #D623C3
Tints of Deep Magenta #D623C3
RGB
CMYK
RGB Variations
Color information
#D623C3 (or 0xD623C3) is known color: Deep Magenta. HEX triplet: D6, 23 and C3. RGB value is (214,35,195). Sum of RGB (Red+Green+Blue) = 214+35+195=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D623C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623C3 is #29DC3C. Grayscale: #6A6A6A. Windows color (decimal): -2743357 or 12788694. OLE color: 12788694.
HSL color Cylindrical-coordinate representation of color #D623C3: hue angle of 306.37º 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 #D623C3 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 195 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.16 |
| HSL | 306.37º | 0.72% | 0.49% | - |
| HSV(B) | 306.37º | 0.84% | 0.84% | - |
| XYZ | 38.18 | 19.44 | 53.37 | - |
| YUV | 106.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 195 | 0 | 0.84 | 0.09 | 0.16 | 306.37 | 0.72 | 0.49 |
| Hex | D6 | 23 | C3 | 0 | 54 | 9 | 10 | 132 | 48 | 31 |
| Octal | 326 | 43 | 303 | 0 | 124 | 11 | 20 | 462 | 110 | 61 |
| Binary | 11010110 | 100011 | 11000011 | 0 | 1010100 | 1001 | 10000 | 100110010 | 1001000 | 110001 |
Color Harmonies of #D623C3
Complementary color
Monochromatic Colors of #D623C3
Black with #D623C3
Text Example
Text Example
White with #D623C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623C3; }
p { color: rgb(214,35,195); }
H1.HeaderClassName
{
color: #D623C3;
}
.AnyTagClassName
{
color: #D623C3;
}
</style>
background-color css
<style>
a { background-color: #D623C3; }
a { background-color: rgb(214,35,195); }
div.DivClassName
{
background-color: #D623C3;
}
.BgClassName
{
background-color: #D623C3;
}
</style>
border-color css
<style>
span { border-color: #D623C3; }
span { border-color: rgb(214,35,195); }
td.TdClassName
{
border-color: #D623C3;
}
.TagClassName
{
border-color: #D623C3;
}
</style>