Shades of Medium Violet Red #D026A8
Tints of Medium Violet Red #D026A8
RGB
CMYK
RGB Variations
Color information
#D026A8 (or 0xD026A8) is known color: Medium Violet Red. HEX triplet: D0, 26 and A8. RGB value is (208,38,168). Sum of RGB (Red+Green+Blue) = 208+38+168=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D026A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D026A8 is #2FD957. Grayscale: #676767. Windows color (decimal): -3135832 or 11019984. OLE color: 11019984.
HSL color Cylindrical-coordinate representation of color #D026A8: hue angle of 314.12º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D026A8 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 38 | 168 | - |
CMYK | 0 | 0.82 | 0.19 | 0.18 |
HSL | 314.12º | 0.69% | 0.48% | - |
HSV(B) | 314.12º | 0.82% | 0.82% | - |
XYZ | 33.77 | 17.62 | 38.67 | - |
YUV | 103.65 | 164.32 | 202.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 38 | 168 | 0 | 0.82 | 0.19 | 0.18 | 314.12 | 0.69 | 0.48 |
Hex | D0 | 26 | A8 | 0 | 52 | 13 | 12 | 13A | 45 | 30 |
Octal | 320 | 46 | 250 | 0 | 122 | 23 | 22 | 472 | 105 | 60 |
Binary | 11010000 | 100110 | 10101000 | 0 | 1010010 | 10011 | 10010 | 100111010 | 1000101 | 110000 |
Color Harmonies of #D026A8
Complementary color
Monochromatic Colors of #D026A8
Black with #D026A8
Text Example
Text Example
White with #D026A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D026A8; }
p { color: rgb(208,38,168); }
H1.HeaderClassName
{
color: #D026A8;
}
.AnyTagClassName
{
color: #D026A8;
}
</style>
background-color css
<style>
a { background-color: #D026A8; }
a { background-color: rgb(208,38,168); }
div.DivClassName
{
background-color: #D026A8;
}
.BgClassName
{
background-color: #D026A8;
}
</style>
border-color css
<style>
span { border-color: #D026A8; }
span { border-color: rgb(208,38,168); }
td.TdClassName
{
border-color: #D026A8;
}
.TagClassName
{
border-color: #D026A8;
}
</style>