#D999D2

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

Shades of Plum #D999D2

Tints of Plum #D999D2

Color information

#D999D2 (or 0xD999D2) is unknown color: approx Plum. HEX triplet: D9, 99 and D2. RGB value is (217,153,210). Sum of RGB (Red+Green+Blue) = 217+153+210=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D2 is #26662D. Grayscale: #B2B2B2. Windows color (decimal): -2516526 or 13801945. OLE color: 13801945.

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

Color convert

RGB217153210-
CMYK00.290.030.15
HSL306.56º45.71%72.55%-
HSV(B)306.56º29.49%85.1%-
XYZ51.6442.1966.39-
YUV178.63145.7155.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=37.41%
G=26.38%
B=36.21%

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
Decimal21715321000.290.030.15306.5645.7172.55
HexD999D201D3F1332e49
Octal33123132203531746356111
Binary1101100110011001110100100111011111111001100111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999D2; }

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

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

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

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

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

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

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

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