Shades of Deep Magenta #D005C4
Tints of Deep Magenta #D005C4
RGB
CMYK
RGB Variations
Color information
#D005C4 (or 0xD005C4) is known color: Deep Magenta. HEX triplet: D0, 05 and C4. RGB value is (208,5,196). Sum of RGB (Red+Green+Blue) = 208+5+196=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D005C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005C4 is #2FFA3B. Grayscale: #565656. Windows color (decimal): -3144252 or 12846544. OLE color: 12846544.
HSL color Cylindrical-coordinate representation of color #D005C4: hue angle of 303.55º 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 #D005C4 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 196 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.18 |
| HSL | 303.55º | 0.95% | 0.42% | - |
| HSV(B) | 303.55º | 0.98% | 0.82% | - |
| XYZ | 36.03 | 17.5 | 53.7 | - |
| YUV | 87.47 | 189.25 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 196 | 0 | 0.98 | 0.06 | 0.18 | 303.55 | 0.95 | 0.42 |
| Hex | D0 | 5 | C4 | 0 | 62 | 6 | 12 | 130 | 5F | 2A |
| Octal | 320 | 5 | 304 | 0 | 142 | 6 | 22 | 460 | 137 | 52 |
| Binary | 11010000 | 101 | 11000100 | 0 | 1100010 | 110 | 10010 | 100110000 | 1011111 | 101010 |
Color Harmonies of #D005C4
Complementary color
Monochromatic Colors of #D005C4
Black with #D005C4
Text Example
Text Example
White with #D005C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005C4; }
p { color: rgb(208,5,196); }
H1.HeaderClassName
{
color: #D005C4;
}
.AnyTagClassName
{
color: #D005C4;
}
</style>
background-color css
<style>
a { background-color: #D005C4; }
a { background-color: rgb(208,5,196); }
div.DivClassName
{
background-color: #D005C4;
}
.BgClassName
{
background-color: #D005C4;
}
</style>
border-color css
<style>
span { border-color: #D005C4; }
span { border-color: rgb(208,5,196); }
td.TdClassName
{
border-color: #D005C4;
}
.TagClassName
{
border-color: #D005C4;
}
</style>