Shades of Medium Violet Red #D226AB
Tints of Medium Violet Red #D226AB
RGB
CMYK
RGB Variations
Color information
#D226AB (or 0xD226AB) is known color: Medium Violet Red. HEX triplet: D2, 26 and AB. RGB value is (210,38,171). Sum of RGB (Red+Green+Blue) = 210+38+171=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D226AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D226AB is #2DD954. Grayscale: #686868. Windows color (decimal): -3004757 or 11216594. OLE color: 11216594.
HSL color Cylindrical-coordinate representation of color #D226AB: hue angle of 313.6º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D226AB is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 171 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.18 |
| HSL | 313.6º | 0.69% | 0.49% | - |
| HSV(B) | 313.6º | 0.82% | 0.82% | - |
| XYZ | 34.62 | 18.03 | 40.18 | - |
| YUV | 104.59 | 165.48 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 171 | 0 | 0.82 | 0.19 | 0.18 | 313.6 | 0.69 | 0.49 |
| Hex | D2 | 26 | AB | 0 | 52 | 13 | 12 | 13A | 45 | 31 |
| Octal | 322 | 46 | 253 | 0 | 122 | 23 | 22 | 472 | 105 | 61 |
| Binary | 11010010 | 100110 | 10101011 | 0 | 1010010 | 10011 | 10010 | 100111010 | 1000101 | 110001 |
Color Harmonies of #D226AB
Complementary color
Monochromatic Colors of #D226AB
Black with #D226AB
Text Example
Text Example
White with #D226AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D226AB; }
p { color: rgb(210,38,171); }
H1.HeaderClassName
{
color: #D226AB;
}
.AnyTagClassName
{
color: #D226AB;
}
</style>
background-color css
<style>
a { background-color: #D226AB; }
a { background-color: rgb(210,38,171); }
div.DivClassName
{
background-color: #D226AB;
}
.BgClassName
{
background-color: #D226AB;
}
</style>
border-color css
<style>
span { border-color: #D226AB; }
span { border-color: rgb(210,38,171); }
td.TdClassName
{
border-color: #D226AB;
}
.TagClassName
{
border-color: #D226AB;
}
</style>