Shades of Violet #DD78E8
Tints of Violet #DD78E8
RGB
CMYK
RGB Variations
Color information
#DD78E8 (or 0xDD78E8) is known color: Violet. HEX triplet: DD, 78 and E8. RGB value is (221,120,232). Sum of RGB (Red+Green+Blue) = 221+120+232=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD78E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78E8 is #228717. Grayscale: #A2A2A2. Windows color (decimal): -2262808 or 15235293. OLE color: 15235293.
HSL color Cylindrical-coordinate representation of color #DD78E8: hue angle of 294.11º degrees, saturation: 0.71, 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 #DD78E8 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 120 | 232 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.09 |
| HSL | 294.11º | 0.71% | 0.69% | - |
| HSV(B) | 294.11º | 0.48% | 0.91% | - |
| XYZ | 51.1 | 34.63 | 80.34 | - |
| YUV | 162.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 232 | 0.05 | 0.48 | 0 | 0.09 | 294.11 | 0.71 | 0.69 |
| Hex | DD | 78 | E8 | 5 | 30 | 0 | 9 | 126 | 47 | 45 |
| Octal | 335 | 170 | 350 | 5 | 60 | 0 | 11 | 446 | 107 | 105 |
| Binary | 11011101 | 1111000 | 11101000 | 101 | 110000 | 0 | 1001 | 100100110 | 1000111 | 1000101 |
Color Harmonies of #DD78E8
Complementary color
Monochromatic Colors of #DD78E8
Black with #DD78E8
Text Example
Text Example
White with #DD78E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78E8; }
p { color: rgb(221,120,232); }
H1.HeaderClassName
{
color: #DD78E8;
}
.AnyTagClassName
{
color: #DD78E8;
}
</style>
background-color css
<style>
a { background-color: #DD78E8; }
a { background-color: rgb(221,120,232); }
div.DivClassName
{
background-color: #DD78E8;
}
.BgClassName
{
background-color: #DD78E8;
}
</style>
border-color css
<style>
span { border-color: #DD78E8; }
span { border-color: rgb(221,120,232); }
td.TdClassName
{
border-color: #DD78E8;
}
.TagClassName
{
border-color: #DD78E8;
}
</style>