Shades of Deep Magenta #D602B0
Tints of Deep Magenta #D602B0
RGB
CMYK
RGB Variations
Color information
#D602B0 (or 0xD602B0) is known color: Deep Magenta. HEX triplet: D6, 02 and B0. RGB value is (214,2,176). Sum of RGB (Red+Green+Blue) = 214+2+176=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D602B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D602B0 is #29FD4F. Grayscale: #545454. Windows color (decimal): -2751824 or 11535062. OLE color: 11535062.
HSL color Cylindrical-coordinate representation of color #D602B0: hue angle of 310.75º 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 #D602B0 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.16 |
| HSL | 310.75º | 0.98% | 0.42% | - |
| HSV(B) | 310.75º | 0.99% | 0.84% | - |
| XYZ | 35.59 | 17.47 | 42.57 | - |
| YUV | 85.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 176 | 0 | 0.99 | 0.18 | 0.16 | 310.75 | 0.98 | 0.42 |
| Hex | D6 | 2 | B0 | 0 | 63 | 12 | 10 | 137 | 62 | 2A |
| Octal | 326 | 2 | 260 | 0 | 143 | 22 | 20 | 467 | 142 | 52 |
| Binary | 11010110 | 10 | 10110000 | 0 | 1100011 | 10010 | 10000 | 100110111 | 1100010 | 101010 |
Color Harmonies of #D602B0
Complementary color
Monochromatic Colors of #D602B0
Black with #D602B0
Text Example
Text Example
White with #D602B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602B0; }
p { color: rgb(214,2,176); }
H1.HeaderClassName
{
color: #D602B0;
}
.AnyTagClassName
{
color: #D602B0;
}
</style>
background-color css
<style>
a { background-color: #D602B0; }
a { background-color: rgb(214,2,176); }
div.DivClassName
{
background-color: #D602B0;
}
.BgClassName
{
background-color: #D602B0;
}
</style>
border-color css
<style>
span { border-color: #D602B0; }
span { border-color: rgb(214,2,176); }
td.TdClassName
{
border-color: #D602B0;
}
.TagClassName
{
border-color: #D602B0;
}
</style>