#D986E2

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

Shades of Violet #D986E2

Tints of Violet #D986E2

Color information

#D986E2 (or 0xD986E2) is unknown color: approx Violet. HEX triplet: D9, 86 and E2. RGB value is (217,134,226). Sum of RGB (Red+Green+Blue) = 217+134+226=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 226 - color contains mainly: blue. Hex color #D986E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986E2 is #26791D. Grayscale: #A9A9A9. Windows color (decimal): -2521374 or 14845657. OLE color: 14845657.

HSL color Cylindrical-coordinate representation of color #D986E2: hue angle of 294.13º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D986E2 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217134226-
CMYK0.040.4100.11
HSL294.13º61.33%70.59%-
HSV(B)294.13º40.71%88.63%-
XYZ50.8737.2976.47-
YUV169.3160162.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 226 (88.67% from 255) = 39.17%
R=37.61%
G=23.22%
B=39.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171342260.040.4100.11294.1361.3370.59
HexD986E24290B1263d47
Octal33120634245101344675107
Binary110110011000011011100010100101001010111001001101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986E2; }

 p { color: rgb(217,134,226); }

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

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

 a { background-color: rgb(217,134,226); }

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

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

 span { border-color: rgb(217,134,226); }

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