#D999D3

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

Shades of Plum #D999D3

Tints of Plum #D999D3

Color information

#D999D3 (or 0xD999D3) is unknown color: approx Plum. HEX triplet: D9, 99 and D3. RGB value is (217,153,211). Sum of RGB (Red+Green+Blue) = 217+153+211=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D3 is #26662C. Grayscale: #B2B2B2. Windows color (decimal): -2516525 or 13867481. OLE color: 13867481.

HSL color Cylindrical-coordinate representation of color #D999D3: hue angle of 305.62º 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 #D999D3 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217153211-
CMYK00.290.030.15
HSL305.62º45.71%72.55%-
HSV(B)305.62º29.49%85.1%-
XYZ51.7642.2467.05-
YUV178.75146.2155.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=37.35%
G=26.33%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715321100.290.030.15305.6245.7172.55
HexD999D301D3F1322e49
Octal33123132303531746256111
Binary1101100110011001110100110111011111111001100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999D3; }

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

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

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

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

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

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

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

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