Shades of Violet #DF85E6
Tints of Violet #DF85E6
RGB
CMYK
RGB Variations
Color information
#DF85E6 (or 0xDF85E6) is known color: Violet. HEX triplet: DF, 85 and E6. RGB value is (223,133,230). Sum of RGB (Red+Green+Blue) = 223+133+230=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85E6 is #207A19. Grayscale: #AAAAAA. Windows color (decimal): -2128410 or 15107551. OLE color: 15107551.
HSL color Cylindrical-coordinate representation of color #DF85E6: hue angle of 295.67º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF85E6 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 133 | 230 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.10 |
| HSL | 295.67º | 0.66% | 0.71% | - |
| HSV(B) | 295.67º | 0.42% | 0.9% | - |
| XYZ | 53.1 | 38.18 | 79.43 | - |
| YUV | 170.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 230 | 0.03 | 0.42 | 0 | 0.10 | 295.67 | 0.66 | 0.71 |
| Hex | DF | 85 | E6 | 3 | 2A | 0 | A | 128 | 42 | 47 |
| Octal | 337 | 205 | 346 | 3 | 52 | 0 | 12 | 450 | 102 | 107 |
| Binary | 11011111 | 10000101 | 11100110 | 11 | 101010 | 0 | 1010 | 100101000 | 1000010 | 1000111 |
Color Harmonies of #DF85E6
Complementary color
Monochromatic Colors of #DF85E6
Black with #DF85E6
Text Example
Text Example
White with #DF85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85E6; }
p { color: rgb(223,133,230); }
H1.HeaderClassName
{
color: #DF85E6;
}
.AnyTagClassName
{
color: #DF85E6;
}
</style>
background-color css
<style>
a { background-color: #DF85E6; }
a { background-color: rgb(223,133,230); }
div.DivClassName
{
background-color: #DF85E6;
}
.BgClassName
{
background-color: #DF85E6;
}
</style>
border-color css
<style>
span { border-color: #DF85E6; }
span { border-color: rgb(223,133,230); }
td.TdClassName
{
border-color: #DF85E6;
}
.TagClassName
{
border-color: #DF85E6;
}
</style>