Shades of Violet #DD86ED
Tints of Violet #DD86ED
RGB
CMYK
RGB Variations
Color information
#DD86ED (or 0xDD86ED) is known color: Violet. HEX triplet: DD, 86 and ED. RGB value is (221,134,237). Sum of RGB (Red+Green+Blue) = 221+134+237=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86ED is #227912. Grayscale: #ABABAB. Windows color (decimal): -2259219 or 15566557. OLE color: 15566557.
HSL color Cylindrical-coordinate representation of color #DD86ED: hue angle of 290.68º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD86ED is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 134 | 237 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.07 |
| HSL | 290.68º | 0.74% | 0.73% | - |
| HSV(B) | 290.68º | 0.43% | 0.93% | - |
| XYZ | 53.63 | 38.54 | 84.73 | - |
| YUV | 171.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 237 | 0.07 | 0.43 | 0 | 0.07 | 290.68 | 0.74 | 0.73 |
| Hex | DD | 86 | ED | 7 | 2B | 0 | 7 | 123 | 4A | 49 |
| Octal | 335 | 206 | 355 | 7 | 53 | 0 | 7 | 443 | 112 | 111 |
| Binary | 11011101 | 10000110 | 11101101 | 111 | 101011 | 0 | 111 | 100100011 | 1001010 | 1001001 |
Color Harmonies of #DD86ED
Complementary color
Monochromatic Colors of #DD86ED
Black with #DD86ED
Text Example
Text Example
White with #DD86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86ED; }
p { color: rgb(221,134,237); }
H1.HeaderClassName
{
color: #DD86ED;
}
.AnyTagClassName
{
color: #DD86ED;
}
</style>
background-color css
<style>
a { background-color: #DD86ED; }
a { background-color: rgb(221,134,237); }
div.DivClassName
{
background-color: #DD86ED;
}
.BgClassName
{
background-color: #DD86ED;
}
</style>
border-color css
<style>
span { border-color: #DD86ED; }
span { border-color: rgb(221,134,237); }
td.TdClassName
{
border-color: #DD86ED;
}
.TagClassName
{
border-color: #DD86ED;
}
</style>