#D99ACE

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

Shades of Plum #D99ACE

Tints of Plum #D99ACE

Color information

#D99ACE (or 0xD99ACE) is unknown color: approx Plum. HEX triplet: D9, 9A and CE. RGB value is (217,154,206). Sum of RGB (Red+Green+Blue) = 217+154+206=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ACE is #266531. Grayscale: #B2B2B2. Windows color (decimal): -2516274 or 13540057. OLE color: 13540057.

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

Color convert

RGB217154206-
CMYK00.290.050.15
HSL310.48º45.32%72.75%-
HSV(B)310.48º29.03%85.1%-
XYZ51.3142.3263.86-
YUV178.76143.37155.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=37.61%
G=26.69%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715420600.290.050.15310.4845.3272.75
HexD99ACE01D5F1362d49
Octal33123231603551746655111
Binary11011001100110101100111001110110111111001101101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99ACE; }

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

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

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

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

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

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

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

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