#D885EB

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

Shades of Violet #D885EB

Tints of Violet #D885EB

Color information

#D885EB (or 0xD885EB) is unknown color: approx Violet. HEX triplet: D8, 85 and EB. RGB value is (216,133,235). Sum of RGB (Red+Green+Blue) = 216+133+235=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #D885EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885EB is #277A14. Grayscale: #A9A9A9. Windows color (decimal): -2587157 or 15435224. OLE color: 15435224.

HSL color Cylindrical-coordinate representation of color #D885EB: hue angle of 288.82º 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 #D885EB is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216133235-
CMYK0.080.4300.08
HSL288.82º71.83%72.16%-
HSV(B)288.82º43.4%92.16%-
XYZ51.737.3783.09-
YUV169.44165161.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.99%
GREEN value IS 133 (52.34% from 255) = 22.77%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=36.99%
G=22.77%
B=40.24%

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
Decimal2161332350.080.4300.08288.8271.8372.16
HexD885EB82B081214848
Octal3302053531053010441110110
Binary11011000100001011110101110001010110100010010000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885EB; }

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

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

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

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

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

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

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

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