Shades of Violet #DD78EA
Tints of Violet #DD78EA
RGB
CMYK
RGB Variations
Color information
#DD78EA (or 0xDD78EA) is known color: Violet. HEX triplet: DD, 78 and EA. RGB value is (221,120,234). Sum of RGB (Red+Green+Blue) = 221+120+234=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD78EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78EA is #228715. Grayscale: #A2A2A2. Windows color (decimal): -2262806 or 15366365. OLE color: 15366365.
HSL color Cylindrical-coordinate representation of color #DD78EA: hue angle of 293.16º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD78EA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 120 | 234 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.08 |
| HSL | 293.16º | 0.73% | 0.69% | - |
| HSV(B) | 293.16º | 0.49% | 0.92% | - |
| XYZ | 51.39 | 34.75 | 81.84 | - |
| YUV | 163.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 234 | 0.06 | 0.49 | 0 | 0.08 | 293.16 | 0.73 | 0.69 |
| Hex | DD | 78 | EA | 6 | 31 | 0 | 8 | 125 | 49 | 45 |
| Octal | 335 | 170 | 352 | 6 | 61 | 0 | 10 | 445 | 111 | 105 |
| Binary | 11011101 | 1111000 | 11101010 | 110 | 110001 | 0 | 1000 | 100100101 | 1001001 | 1000101 |
Color Harmonies of #DD78EA
Complementary color
Monochromatic Colors of #DD78EA
Black with #DD78EA
Text Example
Text Example
White with #DD78EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78EA; }
p { color: rgb(221,120,234); }
H1.HeaderClassName
{
color: #DD78EA;
}
.AnyTagClassName
{
color: #DD78EA;
}
</style>
background-color css
<style>
a { background-color: #DD78EA; }
a { background-color: rgb(221,120,234); }
div.DivClassName
{
background-color: #DD78EA;
}
.BgClassName
{
background-color: #DD78EA;
}
</style>
border-color css
<style>
span { border-color: #DD78EA; }
span { border-color: rgb(221,120,234); }
td.TdClassName
{
border-color: #DD78EA;
}
.TagClassName
{
border-color: #DD78EA;
}
</style>