Shades of Violet #DD86DF
Tints of Violet #DD86DF
RGB
CMYK
RGB Variations
Color information
#DD86DF (or 0xDD86DF) is known color: Violet. HEX triplet: DD, 86 and DF. RGB value is (221,134,223). Sum of RGB (Red+Green+Blue) = 221+134+223=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86DF is #227920. Grayscale: #A9A9A9. Windows color (decimal): -2259233 or 14649053. OLE color: 14649053.
HSL color Cylindrical-coordinate representation of color #DD86DF: hue angle of 298.65º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD86DF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 223 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.13 |
| HSL | 298.65º | 0.58% | 0.7% | - |
| HSV(B) | 298.65º | 0.4% | 0.87% | - |
| XYZ | 51.66 | 37.75 | 74.38 | - |
| YUV | 170.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 223 | 0.01 | 0.40 | 0 | 0.13 | 298.65 | 0.58 | 0.7 |
| Hex | DD | 86 | DF | 1 | 28 | 0 | D | 12B | 3A | 46 |
| Octal | 335 | 206 | 337 | 1 | 50 | 0 | 15 | 453 | 72 | 106 |
| Binary | 11011101 | 10000110 | 11011111 | 1 | 101000 | 0 | 1101 | 100101011 | 111010 | 1000110 |
Color Harmonies of #DD86DF
Complementary color
Monochromatic Colors of #DD86DF
Black with #DD86DF
Text Example
Text Example
White with #DD86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86DF; }
p { color: rgb(221,134,223); }
H1.HeaderClassName
{
color: #DD86DF;
}
.AnyTagClassName
{
color: #DD86DF;
}
</style>
background-color css
<style>
a { background-color: #DD86DF; }
a { background-color: rgb(221,134,223); }
div.DivClassName
{
background-color: #DD86DF;
}
.BgClassName
{
background-color: #DD86DF;
}
</style>
border-color css
<style>
span { border-color: #DD86DF; }
span { border-color: rgb(221,134,223); }
td.TdClassName
{
border-color: #DD86DF;
}
.TagClassName
{
border-color: #DD86DF;
}
</style>