Shades of Deep Magenta #D605CD
Tints of Deep Magenta #D605CD
RGB
CMYK
RGB Variations
Color information
#D605CD (or 0xD605CD) is known color: Deep Magenta. HEX triplet: D6, 05 and CD. RGB value is (214,5,205). Sum of RGB (Red+Green+Blue) = 214+5+205=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D605CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605CD is #29FA32. Grayscale: #595959. Windows color (decimal): -2751027 or 13436374. OLE color: 13436374.
HSL color Cylindrical-coordinate representation of color #D605CD: hue angle of 302.58º 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 #D605CD is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 205 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.16 |
| HSL | 302.58º | 0.95% | 0.43% | - |
| HSV(B) | 302.58º | 0.98% | 0.84% | - |
| XYZ | 38.81 | 18.81 | 59.34 | - |
| YUV | 90.29 | 192.74 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 205 | 0 | 0.98 | 0.04 | 0.16 | 302.58 | 0.95 | 0.43 |
| Hex | D6 | 5 | CD | 0 | 62 | 4 | 10 | 12F | 5F | 2B |
| Octal | 326 | 5 | 315 | 0 | 142 | 4 | 20 | 457 | 137 | 53 |
| Binary | 11010110 | 101 | 11001101 | 0 | 1100010 | 100 | 10000 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D605CD
Complementary color
Monochromatic Colors of #D605CD
Black with #D605CD
Text Example
Text Example
White with #D605CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D605CD; }
p { color: rgb(214,5,205); }
H1.HeaderClassName
{
color: #D605CD;
}
.AnyTagClassName
{
color: #D605CD;
}
</style>
background-color css
<style>
a { background-color: #D605CD; }
a { background-color: rgb(214,5,205); }
div.DivClassName
{
background-color: #D605CD;
}
.BgClassName
{
background-color: #D605CD;
}
</style>
border-color css
<style>
span { border-color: #D605CD; }
span { border-color: rgb(214,5,205); }
td.TdClassName
{
border-color: #D605CD;
}
.TagClassName
{
border-color: #D605CD;
}
</style>