#D99AD4

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

Shades of Plum #D99AD4

Tints of Plum #D99AD4

Color information

#D99AD4 (or 0xD99AD4) is unknown color: approx Plum. HEX triplet: D9, 9A and D4. RGB value is (217,154,212). Sum of RGB (Red+Green+Blue) = 217+154+212=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD4 is #26652B. Grayscale: #B3B3B3. Windows color (decimal): -2516268 or 13933273. OLE color: 13933273.

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

Color convert

RGB217154212-
CMYK00.290.020.15
HSL304.76º45.32%72.75%-
HSV(B)304.76º29.03%85.1%-
XYZ52.0542.6267.77-
YUV179.45146.37154.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=37.22%
G=26.42%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715421200.290.020.15304.7645.3272.75
HexD99AD401D2F1312d49
Octal33123232403521746155111
Binary1101100110011010110101000111011011111001100011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AD4; }

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

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

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

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

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

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

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

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