Shades of Violet #DD78E9
Tints of Violet #DD78E9
RGB
CMYK
RGB Variations
Color information
#DD78E9 (or 0xDD78E9) is known color: Violet. HEX triplet: DD, 78 and E9. RGB value is (221,120,233). Sum of RGB (Red+Green+Blue) = 221+120+233=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD78E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78E9 is #228716. Grayscale: #A2A2A2. Windows color (decimal): -2262807 or 15300829. OLE color: 15300829.
HSL color Cylindrical-coordinate representation of color #DD78E9: hue angle of 293.63º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD78E9 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 120 | 233 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.09 |
| HSL | 293.63º | 0.72% | 0.69% | - |
| HSV(B) | 293.63º | 0.48% | 0.91% | - |
| XYZ | 51.24 | 34.69 | 81.09 | - |
| YUV | 163.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 233 | 0.05 | 0.48 | 0 | 0.09 | 293.63 | 0.72 | 0.69 |
| Hex | DD | 78 | E9 | 5 | 30 | 0 | 9 | 126 | 48 | 45 |
| Octal | 335 | 170 | 351 | 5 | 60 | 0 | 11 | 446 | 110 | 105 |
| Binary | 11011101 | 1111000 | 11101001 | 101 | 110000 | 0 | 1001 | 100100110 | 1001000 | 1000101 |
Color Harmonies of #DD78E9
Complementary color
Monochromatic Colors of #DD78E9
Black with #DD78E9
Text Example
Text Example
White with #DD78E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78E9; }
p { color: rgb(221,120,233); }
H1.HeaderClassName
{
color: #DD78E9;
}
.AnyTagClassName
{
color: #DD78E9;
}
</style>
background-color css
<style>
a { background-color: #DD78E9; }
a { background-color: rgb(221,120,233); }
div.DivClassName
{
background-color: #DD78E9;
}
.BgClassName
{
background-color: #DD78E9;
}
</style>
border-color css
<style>
span { border-color: #DD78E9; }
span { border-color: rgb(221,120,233); }
td.TdClassName
{
border-color: #DD78E9;
}
.TagClassName
{
border-color: #DD78E9;
}
</style>