#DF86E1

Color #DF86E1 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DF86E1

Tints of Violet #DF86E1

Color information

#DF86E1 (or 0xDF86E1) is unknown color: approx Violet. HEX triplet: DF, 86 and E1. RGB value is (223,134,225). Sum of RGB (Red+Green+Blue) = 223+134+225=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF86E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86E1 is #20791E. Grayscale: #AAAAAA. Windows color (decimal): -2128159 or 14780127. OLE color: 14780127.

HSL color Cylindrical-coordinate representation of color #DF86E1: hue angle of 298.68º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF86E1 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223134225-
CMYK0.010.4000.12
HSL298.68º60.26%70.39%-
HSV(B)298.68º40.44%88.24%-
XYZ52.5538.1775.83-
YUV170.98158.49165.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 134 (52.73% from 255) = 23.02%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=38.32%
G=23.02%
B=38.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231342250.010.4000.12298.6860.2670.39
HexDF86E11280C12b3c46
Octal33720634115001445374106
Binary1101111110000110111000011101000011001001010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF86E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF86E1; }

 p { color: rgb(223,134,225); }

 H1.HeaderClassName
 {
   color: #DF86E1;
 }
 .AnyTagClassName
 {
   color: #DF86E1;
 }
</style>
background-color css

<style>
 a { background-color: #DF86E1; }

 a { background-color: rgb(223,134,225); }

 div.DivClassName
 {
   background-color: #DF86E1;
 }
 .BgClassName
 {
   background-color: #DF86E1;
 }
</style>
border-color css

<style>
 span { border-color: #DF86E1; }

 span { border-color: rgb(223,134,225); }

 td.TdClassName
 {
   border-color: #DF86E1;
 }
 .TagClassName
 {
   border-color: #DF86E1;
 }
</style>