#D885E7

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

Shades of Violet #D885E7

Tints of Violet #D885E7

Color information

#D885E7 (or 0xD885E7) is unknown color: approx Violet. HEX triplet: D8, 85 and E7. RGB value is (216,133,231). Sum of RGB (Red+Green+Blue) = 216+133+231=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #D885E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885E7 is #277A18. Grayscale: #A8A8A8. Windows color (decimal): -2587161 or 15173080. OLE color: 15173080.

HSL color Cylindrical-coordinate representation of color #D885E7: hue angle of 290.82º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D885E7 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216133231-
CMYK0.060.4200.09
HSL290.82º67.12%71.37%-
HSV(B)290.82º42.42%90.59%-
XYZ51.1337.1480.08-
YUV168.99163161.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 231 (90.62% from 255) = 39.83%
R=37.24%
G=22.93%
B=39.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161332310.060.4200.09290.8267.1271.37
HexD885E762A091234347
Octal330205347652011443103107
Binary1101100010000101111001111101010100100110010001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885E7; }

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

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

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

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

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

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

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

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