Shades of Deep Magenta #D604CB
Tints of Deep Magenta #D604CB
RGB
CMYK
RGB Variations
Color information
#D604CB (or 0xD604CB) is known color: Deep Magenta. HEX triplet: D6, 04 and CB. RGB value is (214,4,203). Sum of RGB (Red+Green+Blue) = 214+4+203=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D604CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604CB is #29FB34. Grayscale: #585858. Windows color (decimal): -2751285 or 13305046. OLE color: 13305046.
HSL color Cylindrical-coordinate representation of color #D604CB: hue angle of 303.14º degrees, saturation: 0.96, 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 #D604CB is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 203 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.16 |
| HSL | 303.14º | 0.96% | 0.43% | - |
| HSV(B) | 303.14º | 0.98% | 0.84% | - |
| XYZ | 38.55 | 18.69 | 58.08 | - |
| YUV | 89.48 | 192.07 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 203 | 0 | 0.98 | 0.05 | 0.16 | 303.14 | 0.96 | 0.43 |
| Hex | D6 | 4 | CB | 0 | 62 | 5 | 10 | 12F | 60 | 2B |
| Octal | 326 | 4 | 313 | 0 | 142 | 5 | 20 | 457 | 140 | 53 |
| Binary | 11010110 | 100 | 11001011 | 0 | 1100010 | 101 | 10000 | 100101111 | 1100000 | 101011 |
Color Harmonies of #D604CB
Complementary color
Monochromatic Colors of #D604CB
Black with #D604CB
Text Example
Text Example
White with #D604CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D604CB; }
p { color: rgb(214,4,203); }
H1.HeaderClassName
{
color: #D604CB;
}
.AnyTagClassName
{
color: #D604CB;
}
</style>
background-color css
<style>
a { background-color: #D604CB; }
a { background-color: rgb(214,4,203); }
div.DivClassName
{
background-color: #D604CB;
}
.BgClassName
{
background-color: #D604CB;
}
</style>
border-color css
<style>
span { border-color: #D604CB; }
span { border-color: rgb(214,4,203); }
td.TdClassName
{
border-color: #D604CB;
}
.TagClassName
{
border-color: #D604CB;
}
</style>