Shades of Deep Magenta #D013C4
Tints of Deep Magenta #D013C4
RGB
CMYK
RGB Variations
Color information
#D013C4 (or 0xD013C4) is known color: Deep Magenta. HEX triplet: D0, 13 and C4. RGB value is (208,19,196). Sum of RGB (Red+Green+Blue) = 208+19+196=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D013C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013C4 is #2FEC3B. Grayscale: #5F5F5F. Windows color (decimal): -3140668 or 12850128. OLE color: 12850128.
HSL color Cylindrical-coordinate representation of color #D013C4: hue angle of 303.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013C4 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 196 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.18 |
| HSL | 303.81º | 0.83% | 0.45% | - |
| HSV(B) | 303.81º | 0.91% | 0.82% | - |
| XYZ | 36.21 | 17.86 | 53.76 | - |
| YUV | 95.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 196 | 0 | 0.91 | 0.06 | 0.18 | 303.81 | 0.83 | 0.45 |
| Hex | D0 | 13 | C4 | 0 | 5B | 6 | 12 | 130 | 53 | 2D |
| Octal | 320 | 23 | 304 | 0 | 133 | 6 | 22 | 460 | 123 | 55 |
| Binary | 11010000 | 10011 | 11000100 | 0 | 1011011 | 110 | 10010 | 100110000 | 1010011 | 101101 |
Color Harmonies of #D013C4
Complementary color
Monochromatic Colors of #D013C4
Black with #D013C4
Text Example
Text Example
White with #D013C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013C4; }
p { color: rgb(208,19,196); }
H1.HeaderClassName
{
color: #D013C4;
}
.AnyTagClassName
{
color: #D013C4;
}
</style>
background-color css
<style>
a { background-color: #D013C4; }
a { background-color: rgb(208,19,196); }
div.DivClassName
{
background-color: #D013C4;
}
.BgClassName
{
background-color: #D013C4;
}
</style>
border-color css
<style>
span { border-color: #D013C4; }
span { border-color: rgb(208,19,196); }
td.TdClassName
{
border-color: #D013C4;
}
.TagClassName
{
border-color: #D013C4;
}
</style>