Shades of Deep Magenta #D602BB
Tints of Deep Magenta #D602BB
RGB
CMYK
RGB Variations
Color information
#D602BB (or 0xD602BB) is known color: Deep Magenta. HEX triplet: D6, 02 and BB. RGB value is (214,2,187). Sum of RGB (Red+Green+Blue) = 214+2+187=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D602BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602BB is #29FD44. Grayscale: #555555. Windows color (decimal): -2751813 or 12255958. OLE color: 12255958.
HSL color Cylindrical-coordinate representation of color #D602BB: hue angle of 307.64º 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 #D602BB is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.16 |
| HSL | 307.64º | 0.98% | 0.42% | - |
| HSV(B) | 307.64º | 0.99% | 0.84% | - |
| XYZ | 36.72 | 17.93 | 48.54 | - |
| YUV | 86.48 | 184.74 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 187 | 0 | 0.99 | 0.13 | 0.16 | 307.64 | 0.98 | 0.42 |
| Hex | D6 | 2 | BB | 0 | 63 | D | 10 | 134 | 62 | 2A |
| Octal | 326 | 2 | 273 | 0 | 143 | 15 | 20 | 464 | 142 | 52 |
| Binary | 11010110 | 10 | 10111011 | 0 | 1100011 | 1101 | 10000 | 100110100 | 1100010 | 101010 |
Color Harmonies of #D602BB
Complementary color
Monochromatic Colors of #D602BB
Black with #D602BB
Text Example
Text Example
White with #D602BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602BB; }
p { color: rgb(214,2,187); }
H1.HeaderClassName
{
color: #D602BB;
}
.AnyTagClassName
{
color: #D602BB;
}
</style>
background-color css
<style>
a { background-color: #D602BB; }
a { background-color: rgb(214,2,187); }
div.DivClassName
{
background-color: #D602BB;
}
.BgClassName
{
background-color: #D602BB;
}
</style>
border-color css
<style>
span { border-color: #D602BB; }
span { border-color: rgb(214,2,187); }
td.TdClassName
{
border-color: #D602BB;
}
.TagClassName
{
border-color: #D602BB;
}
</style>