Shades of Deep Magenta #D608CB
Tints of Deep Magenta #D608CB
RGB
CMYK
RGB Variations
Color information
#D608CB (or 0xD608CB) is known color: Deep Magenta. HEX triplet: D6, 08 and CB. RGB value is (214,8,203). Sum of RGB (Red+Green+Blue) = 214+8+203=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D608CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608CB is #29F734. Grayscale: #5B5B5B. Windows color (decimal): -2750261 or 13306070. OLE color: 13306070.
HSL color Cylindrical-coordinate representation of color #D608CB: hue angle of 303.2º 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 #D608CB is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.16 |
| HSL | 303.2º | 0.93% | 0.44% | - |
| HSV(B) | 303.2º | 0.96% | 0.84% | - |
| XYZ | 38.6 | 18.78 | 58.09 | - |
| YUV | 91.82 | 190.75 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 203 | 0 | 0.96 | 0.05 | 0.16 | 303.2 | 0.93 | 0.44 |
| Hex | D6 | 8 | CB | 0 | 60 | 5 | 10 | 12F | 5D | 2C |
| Octal | 326 | 10 | 313 | 0 | 140 | 5 | 20 | 457 | 135 | 54 |
| Binary | 11010110 | 1000 | 11001011 | 0 | 1100000 | 101 | 10000 | 100101111 | 1011101 | 101100 |
Color Harmonies of #D608CB
Complementary color
Monochromatic Colors of #D608CB
Black with #D608CB
Text Example
Text Example
White with #D608CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608CB; }
p { color: rgb(214,8,203); }
H1.HeaderClassName
{
color: #D608CB;
}
.AnyTagClassName
{
color: #D608CB;
}
</style>
background-color css
<style>
a { background-color: #D608CB; }
a { background-color: rgb(214,8,203); }
div.DivClassName
{
background-color: #D608CB;
}
.BgClassName
{
background-color: #D608CB;
}
</style>
border-color css
<style>
span { border-color: #D608CB; }
span { border-color: rgb(214,8,203); }
td.TdClassName
{
border-color: #D608CB;
}
.TagClassName
{
border-color: #D608CB;
}
</style>