Shades of Deep Magenta #D605CB
Tints of Deep Magenta #D605CB
RGB
CMYK
RGB Variations
Color information
#D605CB (or 0xD605CB) is known color: Deep Magenta. HEX triplet: D6, 05 and CB. RGB value is (214,5,203). Sum of RGB (Red+Green+Blue) = 214+5+203=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D605CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605CB is #29FA34. Grayscale: #595959. Windows color (decimal): -2751029 or 13305302. OLE color: 13305302.
HSL color Cylindrical-coordinate representation of color #D605CB: hue angle of 303.16º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D605CB is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.16 |
| HSL | 303.16º | 0.95% | 0.43% | - |
| HSV(B) | 303.16º | 0.98% | 0.84% | - |
| XYZ | 38.57 | 18.72 | 58.08 | - |
| YUV | 90.06 | 191.74 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 203 | 0 | 0.98 | 0.05 | 0.16 | 303.16 | 0.95 | 0.43 |
| Hex | D6 | 5 | CB | 0 | 62 | 5 | 10 | 12F | 5F | 2B |
| Octal | 326 | 5 | 313 | 0 | 142 | 5 | 20 | 457 | 137 | 53 |
| Binary | 11010110 | 101 | 11001011 | 0 | 1100010 | 101 | 10000 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D605CB
Complementary color
Monochromatic Colors of #D605CB
Black with #D605CB
Text Example
Text Example
White with #D605CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D605CB; }
p { color: rgb(214,5,203); }
H1.HeaderClassName
{
color: #D605CB;
}
.AnyTagClassName
{
color: #D605CB;
}
</style>
background-color css
<style>
a { background-color: #D605CB; }
a { background-color: rgb(214,5,203); }
div.DivClassName
{
background-color: #D605CB;
}
.BgClassName
{
background-color: #D605CB;
}
</style>
border-color css
<style>
span { border-color: #D605CB; }
span { border-color: rgb(214,5,203); }
td.TdClassName
{
border-color: #D605CB;
}
.TagClassName
{
border-color: #D605CB;
}
</style>