#D99DE0

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

Shades of Plum #D99DE0

Tints of Plum #D99DE0

Color information

#D99DE0 (or 0xD99DE0) is unknown color: approx Plum. HEX triplet: D9, 9D and E0. RGB value is (217,157,224). Sum of RGB (Red+Green+Blue) = 217+157+224=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #D99DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DE0 is #26621F. Grayscale: #B6B6B6. Windows color (decimal): -2515488 or 14720473. OLE color: 14720473.

HSL color Cylindrical-coordinate representation of color #D99DE0: hue angle of 293.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99DE0 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217157224-
CMYK0.030.3000.12
HSL293.73º51.94%74.71%-
HSV(B)293.73º29.91%87.84%-
XYZ54.1344.2576.21-
YUV182.58151.38152.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=36.29%
G=26.25%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171572240.030.3000.12293.7351.9474.71
HexD99DE031E0C126344b
Octal33123534033601444664113
Binary1101100110011101111000001111110011001001001101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DE0; }

 p { color: rgb(217,157,224); }

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

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

 a { background-color: rgb(217,157,224); }

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

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

 span { border-color: rgb(217,157,224); }

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