Shades of Violet #DD8DEA
Tints of Violet #DD8DEA
RGB
CMYK
RGB Variations
Color information
#DD8DEA (or 0xDD8DEA) is known color: Violet. HEX triplet: DD, 8D and EA. RGB value is (221,141,234). Sum of RGB (Red+Green+Blue) = 221+141+234=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DEA is #227215. Grayscale: #AFAFAF. Windows color (decimal): -2257430 or 15371741. OLE color: 15371741.
HSL color Cylindrical-coordinate representation of color #DD8DEA: hue angle of 291.61º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8DEA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 141 | 234 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.08 |
| HSL | 291.61º | 0.69% | 0.74% | - |
| HSV(B) | 291.61º | 0.4% | 0.92% | - |
| XYZ | 54.19 | 40.36 | 82.78 | - |
| YUV | 175.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 234 | 0.06 | 0.40 | 0 | 0.08 | 291.61 | 0.69 | 0.74 |
| Hex | DD | 8D | EA | 6 | 28 | 0 | 8 | 124 | 45 | 4A |
| Octal | 335 | 215 | 352 | 6 | 50 | 0 | 10 | 444 | 105 | 112 |
| Binary | 11011101 | 10001101 | 11101010 | 110 | 101000 | 0 | 1000 | 100100100 | 1000101 | 1001010 |
Color Harmonies of #DD8DEA
Complementary color
Monochromatic Colors of #DD8DEA
Black with #DD8DEA
Text Example
Text Example
White with #DD8DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DEA; }
p { color: rgb(221,141,234); }
H1.HeaderClassName
{
color: #DD8DEA;
}
.AnyTagClassName
{
color: #DD8DEA;
}
</style>
background-color css
<style>
a { background-color: #DD8DEA; }
a { background-color: rgb(221,141,234); }
div.DivClassName
{
background-color: #DD8DEA;
}
.BgClassName
{
background-color: #DD8DEA;
}
</style>
border-color css
<style>
span { border-color: #DD8DEA; }
span { border-color: rgb(221,141,234); }
td.TdClassName
{
border-color: #DD8DEA;
}
.TagClassName
{
border-color: #DD8DEA;
}
</style>