Shades of Deep Magenta #D602AF
Tints of Deep Magenta #D602AF
RGB
CMYK
RGB Variations
Color information
#D602AF (or 0xD602AF) is known color: Deep Magenta. HEX triplet: D6, 02 and AF. RGB value is (214,2,175). Sum of RGB (Red+Green+Blue) = 214+2+175=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D602AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D602AF is #29FD50. Grayscale: #545454. Windows color (decimal): -2751825 or 11469526. OLE color: 11469526.
HSL color Cylindrical-coordinate representation of color #D602AF: hue angle of 311.04º 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 #D602AF is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.16 |
| HSL | 311.04º | 0.98% | 0.42% | - |
| HSV(B) | 311.04º | 0.99% | 0.84% | - |
| XYZ | 35.49 | 17.43 | 42.05 | - |
| YUV | 85.11 | 178.74 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 175 | 0 | 0.99 | 0.18 | 0.16 | 311.04 | 0.98 | 0.42 |
| Hex | D6 | 2 | AF | 0 | 63 | 12 | 10 | 137 | 62 | 2A |
| Octal | 326 | 2 | 257 | 0 | 143 | 22 | 20 | 467 | 142 | 52 |
| Binary | 11010110 | 10 | 10101111 | 0 | 1100011 | 10010 | 10000 | 100110111 | 1100010 | 101010 |
Color Harmonies of #D602AF
Complementary color
Monochromatic Colors of #D602AF
Black with #D602AF
Text Example
Text Example
White with #D602AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602AF; }
p { color: rgb(214,2,175); }
H1.HeaderClassName
{
color: #D602AF;
}
.AnyTagClassName
{
color: #D602AF;
}
</style>
background-color css
<style>
a { background-color: #D602AF; }
a { background-color: rgb(214,2,175); }
div.DivClassName
{
background-color: #D602AF;
}
.BgClassName
{
background-color: #D602AF;
}
</style>
border-color css
<style>
span { border-color: #D602AF; }
span { border-color: rgb(214,2,175); }
td.TdClassName
{
border-color: #D602AF;
}
.TagClassName
{
border-color: #D602AF;
}
</style>