Shades of Deep Magenta #D128C1
Tints of Deep Magenta #D128C1
RGB
CMYK
RGB Variations
Color information
#D128C1 (or 0xD128C1) is known color: Deep Magenta. HEX triplet: D1, 28 and C1. RGB value is (209,40,193). Sum of RGB (Red+Green+Blue) = 209+40+193=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D128C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128C1 is #2ED73E. Grayscale: #6B6B6B. Windows color (decimal): -3069759 or 12658897. OLE color: 12658897.
HSL color Cylindrical-coordinate representation of color #D128C1: hue angle of 305.68º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D128C1 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 193 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.18 |
| HSL | 305.68º | 0.68% | 0.49% | - |
| HSV(B) | 305.68º | 0.81% | 0.82% | - |
| XYZ | 36.68 | 18.92 | 52.17 | - |
| YUV | 107.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 193 | 0 | 0.81 | 0.08 | 0.18 | 305.68 | 0.68 | 0.49 |
| Hex | D1 | 28 | C1 | 0 | 51 | 8 | 12 | 132 | 44 | 31 |
| Octal | 321 | 50 | 301 | 0 | 121 | 10 | 22 | 462 | 104 | 61 |
| Binary | 11010001 | 101000 | 11000001 | 0 | 1010001 | 1000 | 10010 | 100110010 | 1000100 | 110001 |
Color Harmonies of #D128C1
Complementary color
Monochromatic Colors of #D128C1
Black with #D128C1
Text Example
Text Example
White with #D128C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128C1; }
p { color: rgb(209,40,193); }
H1.HeaderClassName
{
color: #D128C1;
}
.AnyTagClassName
{
color: #D128C1;
}
</style>
background-color css
<style>
a { background-color: #D128C1; }
a { background-color: rgb(209,40,193); }
div.DivClassName
{
background-color: #D128C1;
}
.BgClassName
{
background-color: #D128C1;
}
</style>
border-color css
<style>
span { border-color: #D128C1; }
span { border-color: rgb(209,40,193); }
td.TdClassName
{
border-color: #D128C1;
}
.TagClassName
{
border-color: #D128C1;
}
</style>