Shades of Medium Violet Red #D01AAB
Tints of Medium Violet Red #D01AAB
RGB
CMYK
RGB Variations
Color information
#D01AAB (or 0xD01AAB) is known color: Medium Violet Red. HEX triplet: D0, 1A and AB. RGB value is (208,26,171). Sum of RGB (Red+Green+Blue) = 208+26+171=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D01AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01AAB is #2FE554. Grayscale: #606060. Windows color (decimal): -3138901 or 11213520. OLE color: 11213520.
HSL color Cylindrical-coordinate representation of color #D01AAB: hue angle of 312.2º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01AAB is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 171 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.18 |
| HSL | 312.2º | 0.78% | 0.46% | - |
| HSV(B) | 312.2º | 0.88% | 0.82% | - |
| XYZ | 33.73 | 17.09 | 40.05 | - |
| YUV | 96.95 | 169.8 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 171 | 0 | 0.88 | 0.18 | 0.18 | 312.2 | 0.78 | 0.46 |
| Hex | D0 | 1A | AB | 0 | 58 | 12 | 12 | 138 | 4E | 2E |
| Octal | 320 | 32 | 253 | 0 | 130 | 22 | 22 | 470 | 116 | 56 |
| Binary | 11010000 | 11010 | 10101011 | 0 | 1011000 | 10010 | 10010 | 100111000 | 1001110 | 101110 |
Color Harmonies of #D01AAB
Complementary color
Monochromatic Colors of #D01AAB
Black with #D01AAB
Text Example
Text Example
White with #D01AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01AAB; }
p { color: rgb(208,26,171); }
H1.HeaderClassName
{
color: #D01AAB;
}
.AnyTagClassName
{
color: #D01AAB;
}
</style>
background-color css
<style>
a { background-color: #D01AAB; }
a { background-color: rgb(208,26,171); }
div.DivClassName
{
background-color: #D01AAB;
}
.BgClassName
{
background-color: #D01AAB;
}
</style>
border-color css
<style>
span { border-color: #D01AAB; }
span { border-color: rgb(208,26,171); }
td.TdClassName
{
border-color: #D01AAB;
}
.TagClassName
{
border-color: #D01AAB;
}
</style>