Shades of Medium Violet Red #D60274
Tints of Medium Violet Red #D60274
RGB
CMYK
RGB Variations
Color information
#D60274 (or 0xD60274) is known color: Medium Violet Red. HEX triplet: D6, 02 and 74. RGB value is (214,2,116). Sum of RGB (Red+Green+Blue) = 214+2+116=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D60274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60274 is #29FD8B. Grayscale: #4E4E4E. Windows color (decimal): -2751884 or 7602902. OLE color: 7602902.
HSL color Cylindrical-coordinate representation of color #D60274: hue angle of 327.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60274 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.16 |
| HSL | 327.74º | 0.98% | 0.42% | - |
| HSV(B) | 327.74º | 0.99% | 0.84% | - |
| XYZ | 30.91 | 15.6 | 17.91 | - |
| YUV | 78.38 | 149.24 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 116 | 0 | 0.99 | 0.46 | 0.16 | 327.74 | 0.98 | 0.42 |
| Hex | D6 | 2 | 74 | 0 | 63 | 2E | 10 | 148 | 62 | 2A |
| Octal | 326 | 2 | 164 | 0 | 143 | 56 | 20 | 510 | 142 | 52 |
| Binary | 11010110 | 10 | 1110100 | 0 | 1100011 | 101110 | 10000 | 101001000 | 1100010 | 101010 |
Color Harmonies of #D60274
Complementary color
Monochromatic Colors of #D60274
Black with #D60274
Text Example
Text Example
White with #D60274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60274; }
p { color: rgb(214,2,116); }
H1.HeaderClassName
{
color: #D60274;
}
.AnyTagClassName
{
color: #D60274;
}
</style>
background-color css
<style>
a { background-color: #D60274; }
a { background-color: rgb(214,2,116); }
div.DivClassName
{
background-color: #D60274;
}
.BgClassName
{
background-color: #D60274;
}
</style>
border-color css
<style>
span { border-color: #D60274; }
span { border-color: rgb(214,2,116); }
td.TdClassName
{
border-color: #D60274;
}
.TagClassName
{
border-color: #D60274;
}
</style>