#D99CE5

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

Shades of Plum #D99CE5

Tints of Plum #D99CE5

Color information

#D99CE5 (or 0xD99CE5) is unknown color: approx Plum. HEX triplet: D9, 9C and E5. RGB value is (217,156,229). Sum of RGB (Red+Green+Blue) = 217+156+229=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #D99CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CE5 is #26631A. Grayscale: #B6B6B6. Windows color (decimal): -2515739 or 15047897. OLE color: 15047897.

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

Color convert

RGB217156229-
CMYK0.050.3200.10
HSL290.14º58.4%75.49%-
HSV(B)290.14º31.88%89.8%-
XYZ54.6544.1979.78-
YUV182.56154.21152.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 156 (61.33% from 255) = 25.91%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=36.05%
G=25.91%
B=38.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171562290.050.3200.10290.1458.475.49
HexD99CE55200A1223a4b
Octal33123434554001244272113
Binary110110011001110011100101101100000010101001000101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CE5; }

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

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

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

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

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

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

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

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