Shades of Deep Magenta #D005C3
Tints of Deep Magenta #D005C3
RGB
CMYK
RGB Variations
Color information
#D005C3 (or 0xD005C3) is known color: Deep Magenta. HEX triplet: D0, 05 and C3. RGB value is (208,5,195). Sum of RGB (Red+Green+Blue) = 208+5+195=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D005C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005C3 is #2FFA3C. Grayscale: #565656. Windows color (decimal): -3144253 or 12781008. OLE color: 12781008.
HSL color Cylindrical-coordinate representation of color #D005C3: hue angle of 303.84º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005C3 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 195 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.18 |
| HSL | 303.84º | 0.95% | 0.42% | - |
| HSV(B) | 303.84º | 0.98% | 0.82% | - |
| XYZ | 35.92 | 17.46 | 53.11 | - |
| YUV | 87.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 195 | 0 | 0.98 | 0.06 | 0.18 | 303.84 | 0.95 | 0.42 |
| Hex | D0 | 5 | C3 | 0 | 62 | 6 | 12 | 130 | 5F | 2A |
| Octal | 320 | 5 | 303 | 0 | 142 | 6 | 22 | 460 | 137 | 52 |
| Binary | 11010000 | 101 | 11000011 | 0 | 1100010 | 110 | 10010 | 100110000 | 1011111 | 101010 |
Color Harmonies of #D005C3
Complementary color
Monochromatic Colors of #D005C3
Black with #D005C3
Text Example
Text Example
White with #D005C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005C3; }
p { color: rgb(208,5,195); }
H1.HeaderClassName
{
color: #D005C3;
}
.AnyTagClassName
{
color: #D005C3;
}
</style>
background-color css
<style>
a { background-color: #D005C3; }
a { background-color: rgb(208,5,195); }
div.DivClassName
{
background-color: #D005C3;
}
.BgClassName
{
background-color: #D005C3;
}
</style>
border-color css
<style>
span { border-color: #D005C3; }
span { border-color: rgb(208,5,195); }
td.TdClassName
{
border-color: #D005C3;
}
.TagClassName
{
border-color: #D005C3;
}
</style>