#D999D5

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

Shades of Plum #D999D5

Tints of Plum #D999D5

Color information

#D999D5 (or 0xD999D5) is unknown color: approx Plum. HEX triplet: D9, 99 and D5. RGB value is (217,153,213). Sum of RGB (Red+Green+Blue) = 217+153+213=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D5 is #26662A. Grayscale: #B2B2B2. Windows color (decimal): -2516523 or 13998553. OLE color: 13998553.

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

Color convert

RGB217153213-
CMYK00.290.020.15
HSL303.75º45.71%72.55%-
HSV(B)303.75º29.49%85.1%-
XYZ52.0242.3468.38-
YUV178.98147.2155.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 213 (83.59% from 255) = 36.54%
R=37.22%
G=26.24%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715321300.290.020.15303.7545.7172.55
HexD999D501D2F1302e49
Octal33123132503521746056111
Binary1101100110011001110101010111011011111001100001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999D5; }

 p { color: rgb(217,153,213); }

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

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

 a { background-color: rgb(217,153,213); }

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

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

 span { border-color: rgb(217,153,213); }

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