Shades of Medium Violet Red #D0238A
Tints of Medium Violet Red #D0238A
RGB
CMYK
RGB Variations
Color information
#D0238A (or 0xD0238A) is known color: Medium Violet Red. HEX triplet: D0, 23 and 8A. RGB value is (208,35,138). Sum of RGB (Red+Green+Blue) = 208+35+138=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0238A is #2FDC75. Grayscale: #626262. Windows color (decimal): -3136630 or 9053136. OLE color: 9053136.
HSL color Cylindrical-coordinate representation of color #D0238A: hue angle of 324.28º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0238A is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 138 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.18 |
| HSL | 324.28º | 0.71% | 0.48% | - |
| HSV(B) | 324.28º | 0.83% | 0.82% | - |
| XYZ | 31.2 | 16.45 | 25.57 | - |
| YUV | 98.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 138 | 0 | 0.83 | 0.34 | 0.18 | 324.28 | 0.71 | 0.48 |
| Hex | D0 | 23 | 8A | 0 | 53 | 22 | 12 | 144 | 47 | 30 |
| Octal | 320 | 43 | 212 | 0 | 123 | 42 | 22 | 504 | 107 | 60 |
| Binary | 11010000 | 100011 | 10001010 | 0 | 1010011 | 100010 | 10010 | 101000100 | 1000111 | 110000 |
Color Harmonies of #D0238A
Complementary color
Monochromatic Colors of #D0238A
Black with #D0238A
Text Example
Text Example
White with #D0238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0238A; }
p { color: rgb(208,35,138); }
H1.HeaderClassName
{
color: #D0238A;
}
.AnyTagClassName
{
color: #D0238A;
}
</style>
background-color css
<style>
a { background-color: #D0238A; }
a { background-color: rgb(208,35,138); }
div.DivClassName
{
background-color: #D0238A;
}
.BgClassName
{
background-color: #D0238A;
}
</style>
border-color css
<style>
span { border-color: #D0238A; }
span { border-color: rgb(208,35,138); }
td.TdClassName
{
border-color: #D0238A;
}
.TagClassName
{
border-color: #D0238A;
}
</style>