#DD9DDA

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

Shades of Plum #DD9DDA

Tints of Plum #DD9DDA

Color information

#DD9DDA (or 0xDD9DDA) is unknown color: approx Plum. HEX triplet: DD, 9D and DA. RGB value is (221,157,218). Sum of RGB (Red+Green+Blue) = 221+157+218=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DDA is #226225. Grayscale: #B6B6B6. Windows color (decimal): -2253350 or 14327261. OLE color: 14327261.

HSL color Cylindrical-coordinate representation of color #DD9DDA: hue angle of 302.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DDA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221157218-
CMYK00.290.010.13
HSL302.81º48.48%74.12%-
HSV(B)302.81º28.96%86.67%-
XYZ54.5344.5572.05-
YUV183.09147.7155.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 157 (61.72% from 255) = 26.34%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=37.08%
G=26.34%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115721800.290.010.13302.8148.4874.12
HexDD9DDA01D1D12f304a
Octal33523533203511545760112
Binary110111011001110111011010011101111011001011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DDA; }

 p { color: rgb(221,157,218); }

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

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

 a { background-color: rgb(221,157,218); }

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

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

 span { border-color: rgb(221,157,218); }

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