#D99AD1

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

Shades of Plum #D99AD1

Tints of Plum #D99AD1

Color information

#D99AD1 (or 0xD99AD1) is unknown color: approx Plum. HEX triplet: D9, 9A and D1. RGB value is (217,154,209). Sum of RGB (Red+Green+Blue) = 217+154+209=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD1 is #26652E. Grayscale: #B2B2B2. Windows color (decimal): -2516271 or 13736665. OLE color: 13736665.

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

Color convert

RGB217154209-
CMYK00.290.040.15
HSL307.62º45.32%72.75%-
HSV(B)307.62º29.03%85.1%-
XYZ51.6842.4765.79-
YUV179.11144.87155.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=37.41%
G=26.55%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715420900.290.040.15307.6245.3272.75
HexD99AD101D4F1342d49
Octal33123232103541746455111
Binary11011001100110101101000101110110011111001101001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AD1; }

 p { color: rgb(217,154,209); }

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

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

 a { background-color: rgb(217,154,209); }

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

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

 span { border-color: rgb(217,154,209); }

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