#D99EDC

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

Shades of Plum #D99EDC

Tints of Plum #D99EDC

Color information

#D99EDC (or 0xD99EDC) is unknown color: approx Plum. HEX triplet: D9, 9E and DC. RGB value is (217,158,220). Sum of RGB (Red+Green+Blue) = 217+158+220=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #D99EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EDC is #266123. Grayscale: #B6B6B6. Windows color (decimal): -2515236 or 14458585. OLE color: 14458585.

HSL color Cylindrical-coordinate representation of color #D99EDC: hue angle of 297.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99EDC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217158220-
CMYK0.010.2800.14
HSL297.1º46.97%74.12%-
HSV(B)297.1º28.18%86.27%-
XYZ53.7644.3773.44-
YUV182.71149.05152.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 158 (62.11% from 255) = 26.55%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=36.47%
G=26.55%
B=36.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171582200.010.2800.14297.146.9774.12
HexD99EDC11C0E1292f4a
Octal33123633413401645157112
Binary110110011001111011011100111100011101001010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EDC; }

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

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

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

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

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

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

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

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