Shades of Violet #DD86E7
Tints of Violet #DD86E7
RGB
CMYK
RGB Variations
Color information
#DD86E7 (or 0xDD86E7) is known color: Violet. HEX triplet: DD, 86 and E7. RGB value is (221,134,231). Sum of RGB (Red+Green+Blue) = 221+134+231=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD86E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86E7 is #227918. Grayscale: #AAAAAA. Windows color (decimal): -2259225 or 15173341. OLE color: 15173341.
HSL color Cylindrical-coordinate representation of color #DD86E7: hue angle of 293.81º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD86E7 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 134 | 231 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.09 |
| HSL | 293.81º | 0.67% | 0.72% | - |
| HSV(B) | 293.81º | 0.42% | 0.91% | - |
| XYZ | 52.77 | 38.19 | 80.19 | - |
| YUV | 171.07 | 161.82 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 231 | 0.04 | 0.42 | 0 | 0.09 | 293.81 | 0.67 | 0.72 |
| Hex | DD | 86 | E7 | 4 | 2A | 0 | 9 | 126 | 43 | 48 |
| Octal | 335 | 206 | 347 | 4 | 52 | 0 | 11 | 446 | 103 | 110 |
| Binary | 11011101 | 10000110 | 11100111 | 100 | 101010 | 0 | 1001 | 100100110 | 1000011 | 1001000 |
Color Harmonies of #DD86E7
Complementary color
Monochromatic Colors of #DD86E7
Black with #DD86E7
Text Example
Text Example
White with #DD86E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86E7; }
p { color: rgb(221,134,231); }
H1.HeaderClassName
{
color: #DD86E7;
}
.AnyTagClassName
{
color: #DD86E7;
}
</style>
background-color css
<style>
a { background-color: #DD86E7; }
a { background-color: rgb(221,134,231); }
div.DivClassName
{
background-color: #DD86E7;
}
.BgClassName
{
background-color: #DD86E7;
}
</style>
border-color css
<style>
span { border-color: #DD86E7; }
span { border-color: rgb(221,134,231); }
td.TdClassName
{
border-color: #DD86E7;
}
.TagClassName
{
border-color: #DD86E7;
}
</style>