Shades of Medium Violet Red #D70192
Tints of Medium Violet Red #D70192
RGB
CMYK
RGB Variations
Color information
#D70192 (or 0xD70192) is known color: Medium Violet Red. HEX triplet: D7, 01 and 92. RGB value is (215,1,146). Sum of RGB (Red+Green+Blue) = 215+1+146=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D70192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70192 is #28FE6D. Grayscale: #515151. Windows color (decimal): -2686574 or 9568727. OLE color: 9568727.
HSL color Cylindrical-coordinate representation of color #D70192: hue angle of 319.35º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70192 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.16 |
| HSL | 319.35º | 0.99% | 0.42% | - |
| HSV(B) | 319.35º | 1% | 0.84% | - |
| XYZ | 33.22 | 16.54 | 28.64 | - |
| YUV | 81.52 | 164.4 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 146 | 0 | 1.00 | 0.32 | 0.16 | 319.35 | 0.99 | 0.42 |
| Hex | D7 | 1 | 92 | 0 | 64 | 20 | 10 | 13F | 63 | 2A |
| Octal | 327 | 1 | 222 | 0 | 144 | 40 | 20 | 477 | 143 | 52 |
| Binary | 11010111 | 1 | 10010010 | 0 | 1100100 | 100000 | 10000 | 100111111 | 1100011 | 101010 |
Color Harmonies of #D70192
Complementary color
Monochromatic Colors of #D70192
Black with #D70192
Text Example
Text Example
White with #D70192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70192; }
p { color: rgb(215,1,146); }
H1.HeaderClassName
{
color: #D70192;
}
.AnyTagClassName
{
color: #D70192;
}
</style>
background-color css
<style>
a { background-color: #D70192; }
a { background-color: rgb(215,1,146); }
div.DivClassName
{
background-color: #D70192;
}
.BgClassName
{
background-color: #D70192;
}
</style>
border-color css
<style>
span { border-color: #D70192; }
span { border-color: rgb(215,1,146); }
td.TdClassName
{
border-color: #D70192;
}
.TagClassName
{
border-color: #D70192;
}
</style>