Shades of Medium Violet Red #D0248A
Tints of Medium Violet Red #D0248A
RGB
CMYK
RGB Variations
Color information
#D0248A (or 0xD0248A) is known color: Medium Violet Red. HEX triplet: D0, 24 and 8A. RGB value is (208,36,138). Sum of RGB (Red+Green+Blue) = 208+36+138=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0248A is #2FDB75. Grayscale: #626262. Windows color (decimal): -3136374 or 9053392. OLE color: 9053392.
HSL color Cylindrical-coordinate representation of color #D0248A: hue angle of 324.42º degrees, saturation: 0.7, 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 #D0248A is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 138 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.18 |
| HSL | 324.42º | 0.7% | 0.48% | - |
| HSV(B) | 324.42º | 0.83% | 0.82% | - |
| XYZ | 31.23 | 16.51 | 25.58 | - |
| YUV | 99.06 | 149.98 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 138 | 0 | 0.83 | 0.34 | 0.18 | 324.42 | 0.7 | 0.48 |
| Hex | D0 | 24 | 8A | 0 | 53 | 22 | 12 | 144 | 46 | 30 |
| Octal | 320 | 44 | 212 | 0 | 123 | 42 | 22 | 504 | 106 | 60 |
| Binary | 11010000 | 100100 | 10001010 | 0 | 1010011 | 100010 | 10010 | 101000100 | 1000110 | 110000 |
Color Harmonies of #D0248A
Complementary color
Monochromatic Colors of #D0248A
Black with #D0248A
Text Example
Text Example
White with #D0248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0248A; }
p { color: rgb(208,36,138); }
H1.HeaderClassName
{
color: #D0248A;
}
.AnyTagClassName
{
color: #D0248A;
}
</style>
background-color css
<style>
a { background-color: #D0248A; }
a { background-color: rgb(208,36,138); }
div.DivClassName
{
background-color: #D0248A;
}
.BgClassName
{
background-color: #D0248A;
}
</style>
border-color css
<style>
span { border-color: #D0248A; }
span { border-color: rgb(208,36,138); }
td.TdClassName
{
border-color: #D0248A;
}
.TagClassName
{
border-color: #D0248A;
}
</style>