Shades of Deep Magenta #D605CC
Tints of Deep Magenta #D605CC
RGB
CMYK
RGB Variations
Color information
#D605CC (or 0xD605CC) is known color: Deep Magenta. HEX triplet: D6, 05 and CC. RGB value is (214,5,204). Sum of RGB (Red+Green+Blue) = 214+5+204=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D605CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605CC is #29FA33. Grayscale: #595959. Windows color (decimal): -2751028 or 13370838. OLE color: 13370838.
HSL color Cylindrical-coordinate representation of color #D605CC: hue angle of 302.87º 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 #D605CC is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.16 |
| HSL | 302.87º | 0.95% | 0.43% | - |
| HSV(B) | 302.87º | 0.98% | 0.84% | - |
| XYZ | 38.68 | 18.76 | 58.71 | - |
| YUV | 90.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 204 | 0 | 0.98 | 0.05 | 0.16 | 302.87 | 0.95 | 0.43 |
| Hex | D6 | 5 | CC | 0 | 62 | 5 | 10 | 12F | 5F | 2B |
| Octal | 326 | 5 | 314 | 0 | 142 | 5 | 20 | 457 | 137 | 53 |
| Binary | 11010110 | 101 | 11001100 | 0 | 1100010 | 101 | 10000 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D605CC
Complementary color
Monochromatic Colors of #D605CC
Black with #D605CC
Text Example
Text Example
White with #D605CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D605CC; }
p { color: rgb(214,5,204); }
H1.HeaderClassName
{
color: #D605CC;
}
.AnyTagClassName
{
color: #D605CC;
}
</style>
background-color css
<style>
a { background-color: #D605CC; }
a { background-color: rgb(214,5,204); }
div.DivClassName
{
background-color: #D605CC;
}
.BgClassName
{
background-color: #D605CC;
}
</style>
border-color css
<style>
span { border-color: #D605CC; }
span { border-color: rgb(214,5,204); }
td.TdClassName
{
border-color: #D605CC;
}
.TagClassName
{
border-color: #D605CC;
}
</style>