#DD86DF

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

Shades of Violet #DD86DF

Tints of Violet #DD86DF

Color information

#DD86DF (or 0xDD86DF) is unknown color: approx 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

RGB221134223-
CMYK0.010.4000.13
HSL298.65º58.17%70%-
HSV(B)298.65º39.91%87.45%-
XYZ51.6637.7574.38-
YUV170.16157.82164.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 134 (52.73% from 255) = 23.18%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=38.24%
G=23.18%
B=38.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211342230.010.4000.13298.6558.1770
HexDD86DF1280D12b3a46
Octal33520633715001545372106
Binary1101110110000110110111111101000011011001010111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>