Shades of Deep Magenta #D608BE
Tints of Deep Magenta #D608BE
RGB
CMYK
RGB Variations
Color information
#D608BE (or 0xD608BE) is known color: Deep Magenta. HEX triplet: D6, 08 and BE. RGB value is (214,8,190). Sum of RGB (Red+Green+Blue) = 214+8+190=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D608BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608BE is #29F741. Grayscale: #595959. Windows color (decimal): -2750274 or 12454102. OLE color: 12454102.
HSL color Cylindrical-coordinate representation of color #D608BE: hue angle of 306.99º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D608BE is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 190 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.16 |
| HSL | 306.99º | 0.93% | 0.44% | - |
| HSV(B) | 306.99º | 0.96% | 0.84% | - |
| XYZ | 37.11 | 18.19 | 50.27 | - |
| YUV | 90.34 | 184.25 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 190 | 0 | 0.96 | 0.11 | 0.16 | 306.99 | 0.93 | 0.44 |
| Hex | D6 | 8 | BE | 0 | 60 | B | 10 | 133 | 5D | 2C |
| Octal | 326 | 10 | 276 | 0 | 140 | 13 | 20 | 463 | 135 | 54 |
| Binary | 11010110 | 1000 | 10111110 | 0 | 1100000 | 1011 | 10000 | 100110011 | 1011101 | 101100 |
Color Harmonies of #D608BE
Complementary color
Monochromatic Colors of #D608BE
Black with #D608BE
Text Example
Text Example
White with #D608BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608BE; }
p { color: rgb(214,8,190); }
H1.HeaderClassName
{
color: #D608BE;
}
.AnyTagClassName
{
color: #D608BE;
}
</style>
background-color css
<style>
a { background-color: #D608BE; }
a { background-color: rgb(214,8,190); }
div.DivClassName
{
background-color: #D608BE;
}
.BgClassName
{
background-color: #D608BE;
}
</style>
border-color css
<style>
span { border-color: #D608BE; }
span { border-color: rgb(214,8,190); }
td.TdClassName
{
border-color: #D608BE;
}
.TagClassName
{
border-color: #D608BE;
}
</style>