#D99DCD

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

Shades of Plum #D99DCD

Tints of Plum #D99DCD

Color information

#D99DCD (or 0xD99DCD) is unknown color: approx Plum. HEX triplet: D9, 9D and CD. RGB value is (217,157,205). Sum of RGB (Red+Green+Blue) = 217+157+205=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DCD is #266232. Grayscale: #B4B4B4. Windows color (decimal): -2515507 or 13475289. OLE color: 13475289.

HSL color Cylindrical-coordinate representation of color #D99DCD: hue angle of 312º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DCD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217157205-
CMYK00.280.060.15
HSL312º44.12%73.33%-
HSV(B)312º27.65%85.1%-
XYZ51.6943.2763.39-
YUV180.41141.88154.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=37.48%
G=27.12%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715720500.280.060.1531244.1273.33
HexD99DCD01C6F1382c49
Octal33123531503461747054111
Binary11011001100111011100110101110011011111001110001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DCD; }

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

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

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

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

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

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

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

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