Shades of Deep Magenta #D602D3
Tints of Deep Magenta #D602D3
RGB
CMYK
RGB Variations
Color information
#D602D3 (or 0xD602D3) is known color: Deep Magenta. HEX triplet: D6, 02 and D3. RGB value is (214,2,211). Sum of RGB (Red+Green+Blue) = 214+2+211=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D602D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602D3 is #29FD2C. Grayscale: #585858. Windows color (decimal): -2751789 or 13828822. OLE color: 13828822.
HSL color Cylindrical-coordinate representation of color #D602D3: hue angle of 300.85º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602D3 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 211 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.16 |
| HSL | 300.85º | 0.98% | 0.42% | - |
| HSV(B) | 300.85º | 0.99% | 0.84% | - |
| XYZ | 39.51 | 19.04 | 63.22 | - |
| YUV | 89.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 211 | 0 | 0.99 | 0.01 | 0.16 | 300.85 | 0.98 | 0.42 |
| Hex | D6 | 2 | D3 | 0 | 63 | 1 | 10 | 12D | 62 | 2A |
| Octal | 326 | 2 | 323 | 0 | 143 | 1 | 20 | 455 | 142 | 52 |
| Binary | 11010110 | 10 | 11010011 | 0 | 1100011 | 1 | 10000 | 100101101 | 1100010 | 101010 |
Color Harmonies of #D602D3
Complementary color
Monochromatic Colors of #D602D3
Black with #D602D3
Text Example
Text Example
White with #D602D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602D3; }
p { color: rgb(214,2,211); }
H1.HeaderClassName
{
color: #D602D3;
}
.AnyTagClassName
{
color: #D602D3;
}
</style>
background-color css
<style>
a { background-color: #D602D3; }
a { background-color: rgb(214,2,211); }
div.DivClassName
{
background-color: #D602D3;
}
.BgClassName
{
background-color: #D602D3;
}
</style>
border-color css
<style>
span { border-color: #D602D3; }
span { border-color: rgb(214,2,211); }
td.TdClassName
{
border-color: #D602D3;
}
.TagClassName
{
border-color: #D602D3;
}
</style>