Shades of Medium Violet Red #D8038A
Tints of Medium Violet Red #D8038A
RGB
CMYK
RGB Variations
Color information
#D8038A (or 0xD8038A) is known color: Medium Violet Red. HEX triplet: D8, 03 and 8A. RGB value is (216,3,138). Sum of RGB (Red+Green+Blue) = 216+3+138=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8038A is #27FC75. Grayscale: #515151. Windows color (decimal): -2620534 or 9044952. OLE color: 9044952.
HSL color Cylindrical-coordinate representation of color #D8038A: hue angle of 321.97º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8038A is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.15 |
| HSL | 321.97º | 0.97% | 0.43% | - |
| HSV(B) | 321.97º | 0.99% | 0.85% | - |
| XYZ | 32.94 | 16.5 | 25.49 | - |
| YUV | 82.08 | 159.57 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 138 | 0 | 0.99 | 0.36 | 0.15 | 321.97 | 0.97 | 0.43 |
| Hex | D8 | 3 | 8A | 0 | 63 | 24 | F | 142 | 61 | 2B |
| Octal | 330 | 3 | 212 | 0 | 143 | 44 | 17 | 502 | 141 | 53 |
| Binary | 11011000 | 11 | 10001010 | 0 | 1100011 | 100100 | 1111 | 101000010 | 1100001 | 101011 |
Color Harmonies of #D8038A
Complementary color
Monochromatic Colors of #D8038A
Black with #D8038A
Text Example
Text Example
White with #D8038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8038A; }
p { color: rgb(216,3,138); }
H1.HeaderClassName
{
color: #D8038A;
}
.AnyTagClassName
{
color: #D8038A;
}
</style>
background-color css
<style>
a { background-color: #D8038A; }
a { background-color: rgb(216,3,138); }
div.DivClassName
{
background-color: #D8038A;
}
.BgClassName
{
background-color: #D8038A;
}
</style>
border-color css
<style>
span { border-color: #D8038A; }
span { border-color: rgb(216,3,138); }
td.TdClassName
{
border-color: #D8038A;
}
.TagClassName
{
border-color: #D8038A;
}
</style>