Shades of Deep Magenta #D602BE
Tints of Deep Magenta #D602BE
RGB
CMYK
RGB Variations
Color information
#D602BE (or 0xD602BE) is known color: Deep Magenta. HEX triplet: D6, 02 and BE. RGB value is (214,2,190). Sum of RGB (Red+Green+Blue) = 214+2+190=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D602BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602BE is #29FD41. Grayscale: #565656. Windows color (decimal): -2751810 or 12452566. OLE color: 12452566.
HSL color Cylindrical-coordinate representation of color #D602BE: hue angle of 306.79º 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 #D602BE is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.16 |
| HSL | 306.79º | 0.98% | 0.42% | - |
| HSV(B) | 306.79º | 0.99% | 0.84% | - |
| XYZ | 37.05 | 18.06 | 50.25 | - |
| YUV | 86.82 | 186.24 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 190 | 0 | 0.99 | 0.11 | 0.16 | 306.79 | 0.98 | 0.42 |
| Hex | D6 | 2 | BE | 0 | 63 | B | 10 | 133 | 62 | 2A |
| Octal | 326 | 2 | 276 | 0 | 143 | 13 | 20 | 463 | 142 | 52 |
| Binary | 11010110 | 10 | 10111110 | 0 | 1100011 | 1011 | 10000 | 100110011 | 1100010 | 101010 |
Color Harmonies of #D602BE
Complementary color
Monochromatic Colors of #D602BE
Black with #D602BE
Text Example
Text Example
White with #D602BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602BE; }
p { color: rgb(214,2,190); }
H1.HeaderClassName
{
color: #D602BE;
}
.AnyTagClassName
{
color: #D602BE;
}
</style>
background-color css
<style>
a { background-color: #D602BE; }
a { background-color: rgb(214,2,190); }
div.DivClassName
{
background-color: #D602BE;
}
.BgClassName
{
background-color: #D602BE;
}
</style>
border-color css
<style>
span { border-color: #D602BE; }
span { border-color: rgb(214,2,190); }
td.TdClassName
{
border-color: #D602BE;
}
.TagClassName
{
border-color: #D602BE;
}
</style>