Shades of Medium Violet Red #D01CA5
Tints of Medium Violet Red #D01CA5
RGB
CMYK
RGB Variations
Color information
#D01CA5 (or 0xD01CA5) is known color: Medium Violet Red. HEX triplet: D0, 1C and A5. RGB value is (208,28,165). Sum of RGB (Red+Green+Blue) = 208+28+165=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01CA5 is #2FE35A. Grayscale: #616161. Windows color (decimal): -3138395 or 10820816. OLE color: 10820816.
HSL color Cylindrical-coordinate representation of color #D01CA5: hue angle of 314.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CA5 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 165 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.18 |
| HSL | 314.33º | 0.76% | 0.46% | - |
| HSV(B) | 314.33º | 0.87% | 0.82% | - |
| XYZ | 33.22 | 16.96 | 37.12 | - |
| YUV | 97.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 165 | 0 | 0.87 | 0.21 | 0.18 | 314.33 | 0.76 | 0.46 |
| Hex | D0 | 1C | A5 | 0 | 57 | 15 | 12 | 13A | 4C | 2E |
| Octal | 320 | 34 | 245 | 0 | 127 | 25 | 22 | 472 | 114 | 56 |
| Binary | 11010000 | 11100 | 10100101 | 0 | 1010111 | 10101 | 10010 | 100111010 | 1001100 | 101110 |
Color Harmonies of #D01CA5
Complementary color
Monochromatic Colors of #D01CA5
Black with #D01CA5
Text Example
Text Example
White with #D01CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CA5; }
p { color: rgb(208,28,165); }
H1.HeaderClassName
{
color: #D01CA5;
}
.AnyTagClassName
{
color: #D01CA5;
}
</style>
background-color css
<style>
a { background-color: #D01CA5; }
a { background-color: rgb(208,28,165); }
div.DivClassName
{
background-color: #D01CA5;
}
.BgClassName
{
background-color: #D01CA5;
}
</style>
border-color css
<style>
span { border-color: #D01CA5; }
span { border-color: rgb(208,28,165); }
td.TdClassName
{
border-color: #D01CA5;
}
.TagClassName
{
border-color: #D01CA5;
}
</style>