Shades of Deep Magenta #D602B2
Tints of Deep Magenta #D602B2
RGB
CMYK
RGB Variations
Color information
#D602B2 (or 0xD602B2) is known color: Deep Magenta. HEX triplet: D6, 02 and B2. RGB value is (214,2,178). Sum of RGB (Red+Green+Blue) = 214+2+178=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D602B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D602B2 is #29FD4D. Grayscale: #545454. Windows color (decimal): -2751822 or 11666134. OLE color: 11666134.
HSL color Cylindrical-coordinate representation of color #D602B2: hue angle of 310.19º 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 #D602B2 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.16 |
| HSL | 310.19º | 0.98% | 0.42% | - |
| HSV(B) | 310.19º | 0.99% | 0.84% | - |
| XYZ | 35.79 | 17.55 | 43.62 | - |
| YUV | 85.45 | 180.24 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 178 | 0 | 0.99 | 0.17 | 0.16 | 310.19 | 0.98 | 0.42 |
| Hex | D6 | 2 | B2 | 0 | 63 | 11 | 10 | 136 | 62 | 2A |
| Octal | 326 | 2 | 262 | 0 | 143 | 21 | 20 | 466 | 142 | 52 |
| Binary | 11010110 | 10 | 10110010 | 0 | 1100011 | 10001 | 10000 | 100110110 | 1100010 | 101010 |
Color Harmonies of #D602B2
Complementary color
Monochromatic Colors of #D602B2
Black with #D602B2
Text Example
Text Example
White with #D602B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602B2; }
p { color: rgb(214,2,178); }
H1.HeaderClassName
{
color: #D602B2;
}
.AnyTagClassName
{
color: #D602B2;
}
</style>
background-color css
<style>
a { background-color: #D602B2; }
a { background-color: rgb(214,2,178); }
div.DivClassName
{
background-color: #D602B2;
}
.BgClassName
{
background-color: #D602B2;
}
</style>
border-color css
<style>
span { border-color: #D602B2; }
span { border-color: rgb(214,2,178); }
td.TdClassName
{
border-color: #D602B2;
}
.TagClassName
{
border-color: #D602B2;
}
</style>