Shades of Deep Magenta #D621C1
Tints of Deep Magenta #D621C1
RGB
CMYK
RGB Variations
Color information
#D621C1 (or 0xD621C1) is known color: Deep Magenta. HEX triplet: D6, 21 and C1. RGB value is (214,33,193). Sum of RGB (Red+Green+Blue) = 214+33+193=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D621C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D621C1 is #29DE3E. Grayscale: #686868. Windows color (decimal): -2743871 or 12657110. OLE color: 12657110.
HSL color Cylindrical-coordinate representation of color #D621C1: hue angle of 306.96º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D621C1 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 193 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.16 |
| HSL | 306.96º | 0.73% | 0.48% | - |
| HSV(B) | 306.96º | 0.85% | 0.84% | - |
| XYZ | 37.9 | 19.23 | 52.17 | - |
| YUV | 105.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 193 | 0 | 0.85 | 0.10 | 0.16 | 306.96 | 0.73 | 0.48 |
| Hex | D6 | 21 | C1 | 0 | 55 | A | 10 | 133 | 49 | 30 |
| Octal | 326 | 41 | 301 | 0 | 125 | 12 | 20 | 463 | 111 | 60 |
| Binary | 11010110 | 100001 | 11000001 | 0 | 1010101 | 1010 | 10000 | 100110011 | 1001001 | 110000 |
Color Harmonies of #D621C1
Complementary color
Monochromatic Colors of #D621C1
Black with #D621C1
Text Example
Text Example
White with #D621C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D621C1; }
p { color: rgb(214,33,193); }
H1.HeaderClassName
{
color: #D621C1;
}
.AnyTagClassName
{
color: #D621C1;
}
</style>
background-color css
<style>
a { background-color: #D621C1; }
a { background-color: rgb(214,33,193); }
div.DivClassName
{
background-color: #D621C1;
}
.BgClassName
{
background-color: #D621C1;
}
</style>
border-color css
<style>
span { border-color: #D621C1; }
span { border-color: rgb(214,33,193); }
td.TdClassName
{
border-color: #D621C1;
}
.TagClassName
{
border-color: #D621C1;
}
</style>