#D882EA

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

Shades of Violet #D882EA

Tints of Violet #D882EA

Color information

#D882EA (or 0xD882EA) is unknown color: approx Violet. HEX triplet: D8, 82 and EA. RGB value is (216,130,234). Sum of RGB (Red+Green+Blue) = 216+130+234=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #D882EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882EA is #277D15. Grayscale: #A7A7A7. Windows color (decimal): -2587926 or 15368920. OLE color: 15368920.

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

Color convert

RGB216130234-
CMYK0.080.4400.08
HSL289.62º71.23%71.37%-
HSV(B)289.62º44.44%91.76%-
XYZ51.1536.582.19-
YUV167.57165.49162.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 130 (51.17% from 255) = 22.41%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=37.24%
G=22.41%
B=40.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161302340.080.4400.08289.6271.2371.37
HexD882EA82C081224747
Octal3302023521054010442107107
Binary11011000100000101110101010001011000100010010001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882EA; }

 p { color: rgb(216,130,234); }

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

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

 a { background-color: rgb(216,130,234); }

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

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

 span { border-color: rgb(216,130,234); }

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