Shades of Violet #DD80E6
Tints of Violet #DD80E6
RGB
CMYK
RGB Variations
Color information
#DD80E6 (or 0xDD80E6) is known color: Violet. HEX triplet: DD, 80 and E6. RGB value is (221,128,230). Sum of RGB (Red+Green+Blue) = 221+128+230=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80E6 is #227F19. Grayscale: #A7A7A7. Windows color (decimal): -2260762 or 15106269. OLE color: 15106269.
HSL color Cylindrical-coordinate representation of color #DD80E6: hue angle of 294.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD80E6 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 128 | 230 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.10 |
| HSL | 294.71º | 0.67% | 0.7% | - |
| HSV(B) | 294.71º | 0.44% | 0.9% | - |
| XYZ | 51.82 | 36.52 | 79.18 | - |
| YUV | 167.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 230 | 0.04 | 0.44 | 0 | 0.10 | 294.71 | 0.67 | 0.7 |
| Hex | DD | 80 | E6 | 4 | 2C | 0 | A | 127 | 43 | 46 |
| Octal | 335 | 200 | 346 | 4 | 54 | 0 | 12 | 447 | 103 | 106 |
| Binary | 11011101 | 10000000 | 11100110 | 100 | 101100 | 0 | 1010 | 100100111 | 1000011 | 1000110 |
Color Harmonies of #DD80E6
Complementary color
Monochromatic Colors of #DD80E6
Black with #DD80E6
Text Example
Text Example
White with #DD80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80E6; }
p { color: rgb(221,128,230); }
H1.HeaderClassName
{
color: #DD80E6;
}
.AnyTagClassName
{
color: #DD80E6;
}
</style>
background-color css
<style>
a { background-color: #DD80E6; }
a { background-color: rgb(221,128,230); }
div.DivClassName
{
background-color: #DD80E6;
}
.BgClassName
{
background-color: #DD80E6;
}
</style>
border-color css
<style>
span { border-color: #DD80E6; }
span { border-color: rgb(221,128,230); }
td.TdClassName
{
border-color: #DD80E6;
}
.TagClassName
{
border-color: #DD80E6;
}
</style>