#D99EE6

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

Shades of Plum #D99EE6

Tints of Plum #D99EE6

Color information

#D99EE6 (or 0xD99EE6) is unknown color: approx Plum. HEX triplet: D9, 9E and E6. RGB value is (217,158,230). Sum of RGB (Red+Green+Blue) = 217+158+230=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #D99EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EE6 is #266119. Grayscale: #B7B7B7. Windows color (decimal): -2515226 or 15113945. OLE color: 15113945.

HSL color Cylindrical-coordinate representation of color #D99EE6: hue angle of 289.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99EE6 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217158230-
CMYK0.060.3100.10
HSL289.17º59.02%76.08%-
HSV(B)289.17º31.3%90.2%-
XYZ55.1344.9280.63-
YUV183.85154.05151.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=35.87%
G=26.12%
B=38.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171582300.060.3100.10289.1759.0276.08
HexD99EE661F0A1213b4c
Octal33123634663701244173114
Binary11011001100111101110011011011111010101001000011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EE6; }

 p { color: rgb(217,158,230); }

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

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

 a { background-color: rgb(217,158,230); }

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

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

 span { border-color: rgb(217,158,230); }

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