Shades of Medium Violet Red #D01282
Tints of Medium Violet Red #D01282
RGB
CMYK
RGB Variations
Color information
#D01282 (or 0xD01282) is known color: Medium Violet Red. HEX triplet: D0, 12 and 82. RGB value is (208,18,130). Sum of RGB (Red+Green+Blue) = 208+18+130=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D01282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01282 is #2FED7D. Grayscale: #575757. Windows color (decimal): -3140990 or 8524496. OLE color: 8524496.
HSL color Cylindrical-coordinate representation of color #D01282: hue angle of 324.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01282 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 130 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.18 |
| HSL | 324.63º | 0.84% | 0.44% | - |
| HSV(B) | 324.63º | 0.91% | 0.82% | - |
| XYZ | 30.26 | 15.45 | 22.51 | - |
| YUV | 87.58 | 151.95 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 130 | 0 | 0.91 | 0.38 | 0.18 | 324.63 | 0.84 | 0.44 |
| Hex | D0 | 12 | 82 | 0 | 5B | 26 | 12 | 145 | 54 | 2C |
| Octal | 320 | 22 | 202 | 0 | 133 | 46 | 22 | 505 | 124 | 54 |
| Binary | 11010000 | 10010 | 10000010 | 0 | 1011011 | 100110 | 10010 | 101000101 | 1010100 | 101100 |
Color Harmonies of #D01282
Complementary color
Monochromatic Colors of #D01282
Black with #D01282
Text Example
Text Example
White with #D01282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01282; }
p { color: rgb(208,18,130); }
H1.HeaderClassName
{
color: #D01282;
}
.AnyTagClassName
{
color: #D01282;
}
</style>
background-color css
<style>
a { background-color: #D01282; }
a { background-color: rgb(208,18,130); }
div.DivClassName
{
background-color: #D01282;
}
.BgClassName
{
background-color: #D01282;
}
</style>
border-color css
<style>
span { border-color: #D01282; }
span { border-color: rgb(208,18,130); }
td.TdClassName
{
border-color: #D01282;
}
.TagClassName
{
border-color: #D01282;
}
</style>