Shades of Violet #DD86F1
Tints of Violet #DD86F1
RGB
CMYK
RGB Variations
Color information
#DD86F1 (or 0xDD86F1) is known color: Violet. HEX triplet: DD, 86 and F1. RGB value is (221,134,241). Sum of RGB (Red+Green+Blue) = 221+134+241=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD86F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86F1 is #22790E. Grayscale: #ABABAB. Windows color (decimal): -2259215 or 15828701. OLE color: 15828701.
HSL color Cylindrical-coordinate representation of color #DD86F1: hue angle of 288.79º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD86F1 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 134 | 241 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.05 |
| HSL | 288.79º | 0.79% | 0.74% | - |
| HSV(B) | 288.79º | 0.44% | 0.95% | - |
| XYZ | 54.22 | 38.77 | 87.85 | - |
| YUV | 172.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 241 | 0.08 | 0.44 | 0 | 0.05 | 288.79 | 0.79 | 0.74 |
| Hex | DD | 86 | F1 | 8 | 2C | 0 | 5 | 121 | 4F | 4A |
| Octal | 335 | 206 | 361 | 10 | 54 | 0 | 5 | 441 | 117 | 112 |
| Binary | 11011101 | 10000110 | 11110001 | 1000 | 101100 | 0 | 101 | 100100001 | 1001111 | 1001010 |
Color Harmonies of #DD86F1
Complementary color
Monochromatic Colors of #DD86F1
Black with #DD86F1
Text Example
Text Example
White with #DD86F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86F1; }
p { color: rgb(221,134,241); }
H1.HeaderClassName
{
color: #DD86F1;
}
.AnyTagClassName
{
color: #DD86F1;
}
</style>
background-color css
<style>
a { background-color: #DD86F1; }
a { background-color: rgb(221,134,241); }
div.DivClassName
{
background-color: #DD86F1;
}
.BgClassName
{
background-color: #DD86F1;
}
</style>
border-color css
<style>
span { border-color: #DD86F1; }
span { border-color: rgb(221,134,241); }
td.TdClassName
{
border-color: #DD86F1;
}
.TagClassName
{
border-color: #DD86F1;
}
</style>