Shades of Violet #DD8EF4
Tints of Violet #DD8EF4
RGB
CMYK
RGB Variations
Color information
#DD8EF4 (or 0xDD8EF4) is known color: Violet. HEX triplet: DD, 8E and F4. RGB value is (221,142,244). Sum of RGB (Red+Green+Blue) = 221+142+244=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD8EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8EF4 is #22710B. Grayscale: #B0B0B0. Windows color (decimal): -2257164 or 16027357. OLE color: 16027357.
HSL color Cylindrical-coordinate representation of color #DD8EF4: hue angle of 286.47º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8EF4 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 142 | 244 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.04 |
| HSL | 286.47º | 0.82% | 0.76% | - |
| HSV(B) | 286.47º | 0.42% | 0.96% | - |
| XYZ | 55.82 | 41.25 | 90.61 | - |
| YUV | 177.25 | 165.67 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 244 | 0.09 | 0.42 | 0 | 0.04 | 286.47 | 0.82 | 0.76 |
| Hex | DD | 8E | F4 | 9 | 2A | 0 | 4 | 11E | 52 | 4C |
| Octal | 335 | 216 | 364 | 11 | 52 | 0 | 4 | 436 | 122 | 114 |
| Binary | 11011101 | 10001110 | 11110100 | 1001 | 101010 | 0 | 100 | 100011110 | 1010010 | 1001100 |
Color Harmonies of #DD8EF4
Complementary color
Monochromatic Colors of #DD8EF4
Black with #DD8EF4
Text Example
Text Example
White with #DD8EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EF4; }
p { color: rgb(221,142,244); }
H1.HeaderClassName
{
color: #DD8EF4;
}
.AnyTagClassName
{
color: #DD8EF4;
}
</style>
background-color css
<style>
a { background-color: #DD8EF4; }
a { background-color: rgb(221,142,244); }
div.DivClassName
{
background-color: #DD8EF4;
}
.BgClassName
{
background-color: #DD8EF4;
}
</style>
border-color css
<style>
span { border-color: #DD8EF4; }
span { border-color: rgb(221,142,244); }
td.TdClassName
{
border-color: #DD8EF4;
}
.TagClassName
{
border-color: #DD8EF4;
}
</style>