#D886EB

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

Shades of Violet #D886EB

Tints of Violet #D886EB

Color information

#D886EB (or 0xD886EB) is unknown color: approx Violet. HEX triplet: D8, 86 and EB. RGB value is (216,134,235). Sum of RGB (Red+Green+Blue) = 216+134+235=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #D886EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D886EB is #277914. Grayscale: #A9A9A9. Windows color (decimal): -2586901 or 15435480. OLE color: 15435480.

HSL color Cylindrical-coordinate representation of color #D886EB: hue angle of 288.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D886EB is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216134235-
CMYK0.080.4300.08
HSL288.71º71.63%72.35%-
HSV(B)288.71º42.98%92.16%-
XYZ51.8437.6583.13-
YUV170.03164.67160.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=36.92%
G=22.91%
B=40.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161342350.080.4300.08288.7171.6372.35
HexD886EB82B081214848
Octal3302063531053010441110110
Binary11011000100001101110101110001010110100010010000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886EB; }

 p { color: rgb(216,134,235); }

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

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

 a { background-color: rgb(216,134,235); }

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

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

 span { border-color: rgb(216,134,235); }

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