Shades of Medium Violet Red #D30488
Tints of Medium Violet Red #D30488
RGB
CMYK
RGB Variations
Color information
#D30488 (or 0xD30488) is known color: Medium Violet Red. HEX triplet: D3, 04 and 88. RGB value is (211,4,136). Sum of RGB (Red+Green+Blue) = 211+4+136=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D30488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30488 is #2CFB77. Grayscale: #505050. Windows color (decimal): -2947960 or 8914131. OLE color: 8914131.
HSL color Cylindrical-coordinate representation of color #D30488: hue angle of 321.74º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30488 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.17 |
| HSL | 321.74º | 0.96% | 0.42% | - |
| HSV(B) | 321.74º | 0.98% | 0.83% | - |
| XYZ | 31.35 | 15.71 | 24.67 | - |
| YUV | 80.94 | 159.08 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 136 | 0 | 0.98 | 0.36 | 0.17 | 321.74 | 0.96 | 0.42 |
| Hex | D3 | 4 | 88 | 0 | 62 | 24 | 11 | 142 | 60 | 2A |
| Octal | 323 | 4 | 210 | 0 | 142 | 44 | 21 | 502 | 140 | 52 |
| Binary | 11010011 | 100 | 10001000 | 0 | 1100010 | 100100 | 10001 | 101000010 | 1100000 | 101010 |
Color Harmonies of #D30488
Complementary color
Monochromatic Colors of #D30488
Black with #D30488
Text Example
Text Example
White with #D30488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30488; }
p { color: rgb(211,4,136); }
H1.HeaderClassName
{
color: #D30488;
}
.AnyTagClassName
{
color: #D30488;
}
</style>
background-color css
<style>
a { background-color: #D30488; }
a { background-color: rgb(211,4,136); }
div.DivClassName
{
background-color: #D30488;
}
.BgClassName
{
background-color: #D30488;
}
</style>
border-color css
<style>
span { border-color: #D30488; }
span { border-color: rgb(211,4,136); }
td.TdClassName
{
border-color: #D30488;
}
.TagClassName
{
border-color: #D30488;
}
</style>