#d999dd

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

Shades of Plum #D999DD

Tints of Plum #D999DD

Color information

#D999DD (or 0xD999DD) is unknown color: approx Plum. HEX triplet: D9, 99 and DD. RGB value is (217,153,221). Sum of RGB (Red+Green+Blue) = 217+153+221=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #D999DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999DD is #266622. Grayscale: #B3B3B3. Windows color (decimal): -2516515 or 14522841. OLE color: 14522841.

HSL color Cylindrical-coordinate representation of color #D999DD: hue angle of 296.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D999DD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217153221-
CMYK0.020.3100.13
HSL296.47º50%73.33%-
HSV(B)296.47º30.77%86.67%-
XYZ53.0642.7573.86-
YUV179.89151.2154.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 153 (60.16% from 255) = 25.89%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=36.72%
G=25.89%
B=37.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171532210.020.3100.13296.475073.33
HexD999DD21F0D1283249
Octal33123133523701545062111
Binary1101100110011001110111011011111011011001010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d999dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d999dd; }

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

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

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

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

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

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

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

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