Shades of Medium Violet Red #DC1498
Tints of Medium Violet Red #DC1498
RGB
CMYK
RGB Variations
Color information
#DC1498 (or 0xDC1498) is known color: Medium Violet Red. HEX triplet: DC, 14 and 98. RGB value is (220,20,152). Sum of RGB (Red+Green+Blue) = 220+20+152=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1498 is #23EB67. Grayscale: #5E5E5E. Windows color (decimal): -2354024 or 9966812. OLE color: 9966812.
HSL color Cylindrical-coordinate representation of color #DC1498: hue angle of 320.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1498 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 152 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.14 |
| HSL | 320.4º | 0.83% | 0.47% | - |
| HSV(B) | 320.4º | 0.91% | 0.86% | - |
| XYZ | 35.43 | 17.98 | 31.31 | - |
| YUV | 94.85 | 160.26 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 152 | 0 | 0.91 | 0.31 | 0.14 | 320.4 | 0.83 | 0.47 |
| Hex | DC | 14 | 98 | 0 | 5B | 1F | E | 140 | 53 | 2F |
| Octal | 334 | 24 | 230 | 0 | 133 | 37 | 16 | 500 | 123 | 57 |
| Binary | 11011100 | 10100 | 10011000 | 0 | 1011011 | 11111 | 1110 | 101000000 | 1010011 | 101111 |
Color Harmonies of #DC1498
Complementary color
Monochromatic Colors of #DC1498
Black with #DC1498
Text Example
Text Example
White with #DC1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1498; }
p { color: rgb(220,20,152); }
H1.HeaderClassName
{
color: #DC1498;
}
.AnyTagClassName
{
color: #DC1498;
}
</style>
background-color css
<style>
a { background-color: #DC1498; }
a { background-color: rgb(220,20,152); }
div.DivClassName
{
background-color: #DC1498;
}
.BgClassName
{
background-color: #DC1498;
}
</style>
border-color css
<style>
span { border-color: #DC1498; }
span { border-color: rgb(220,20,152); }
td.TdClassName
{
border-color: #DC1498;
}
.TagClassName
{
border-color: #DC1498;
}
</style>