#DD9ACE

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

Shades of Plum #DD9ACE

Tints of Plum #DD9ACE

Color information

#DD9ACE (or 0xDD9ACE) is unknown color: approx Plum. HEX triplet: DD, 9A and CE. RGB value is (221,154,206). Sum of RGB (Red+Green+Blue) = 221+154+206=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ACE is #226531. Grayscale: #B3B3B3. Windows color (decimal): -2254130 or 13540061. OLE color: 13540061.

HSL color Cylindrical-coordinate representation of color #DD9ACE: hue angle of 313.43º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9ACE is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221154206-
CMYK00.300.070.13
HSL313.43º49.63%73.53%-
HSV(B)313.43º30.32%86.67%-
XYZ52.5142.9463.91-
YUV179.96142.7157.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=38.04%
G=26.51%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115420600.300.070.13313.4349.6373.53
HexDD9ACE01E7D139324a
Octal33523231603671547162112
Binary11011101100110101100111001111011111011001110011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ACE; }

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

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

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

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

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

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

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

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