#D99AD3

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

Shades of Plum #D99AD3

Tints of Plum #D99AD3

Color information

#D99AD3 (or 0xD99AD3) is unknown color: approx Plum. HEX triplet: D9, 9A and D3. RGB value is (217,154,211). Sum of RGB (Red+Green+Blue) = 217+154+211=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD3 is #26652C. Grayscale: #B3B3B3. Windows color (decimal): -2516269 or 13867737. OLE color: 13867737.

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

Color convert

RGB217154211-
CMYK00.290.030.15
HSL305.71º45.32%72.75%-
HSV(B)305.71º29.03%85.1%-
XYZ51.9342.5767.11-
YUV179.34145.87154.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 211 (82.81% from 255) = 36.25%
R=37.29%
G=26.46%
B=36.25%

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
Decimal21715421100.290.030.15305.7145.3272.75
HexD99AD301D3F1322d49
Octal33123232303531746255111
Binary1101100110011010110100110111011111111001100101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AD3; }

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

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

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

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

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

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

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

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