#D981E5

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

Shades of Violet #D981E5

Tints of Violet #D981E5

Color information

#D981E5 (or 0xD981E5) is unknown color: approx Violet. HEX triplet: D9, 81 and E5. RGB value is (217,129,229). Sum of RGB (Red+Green+Blue) = 217+129+229=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #D981E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981E5 is #267E1A. Grayscale: #A6A6A6. Windows color (decimal): -2522651 or 15040985. OLE color: 15040985.

HSL color Cylindrical-coordinate representation of color #D981E5: hue angle of 292.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D981E5 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217129229-
CMYK0.050.4400.10
HSL292.8º65.79%70.2%-
HSV(B)292.8º43.67%89.8%-
XYZ50.6136.1178.43-
YUV166.71163.15163.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 229 (89.84% from 255) = 39.83%
R=37.74%
G=22.43%
B=39.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171292290.050.4400.10292.865.7970.2
HexD981E552C0A1254246
Octal331201345554012445102106
Binary1101100110000001111001011011011000101010010010110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981E5; }

 p { color: rgb(217,129,229); }

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

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

 a { background-color: rgb(217,129,229); }

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

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

 span { border-color: rgb(217,129,229); }

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