#DD9DD4

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

Shades of Plum #DD9DD4

Tints of Plum #DD9DD4

Color information

#DD9DD4 (or 0xDD9DD4) is unknown color: approx Plum. HEX triplet: DD, 9D and D4. RGB value is (221,157,212). Sum of RGB (Red+Green+Blue) = 221+157+212=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DD4 is #22622B. Grayscale: #B6B6B6. Windows color (decimal): -2253356 or 13934045. OLE color: 13934045.

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

Color convert

RGB221157212-
CMYK00.290.040.13
HSL308.44º48.48%74.12%-
HSV(B)308.44º28.96%86.67%-
XYZ53.7644.2467.99-
YUV182.41144.7155.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=37.46%
G=26.61%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115721200.290.040.13308.4448.4874.12
HexDD9DD401D4D134304a
Octal33523532403541546460112
Binary11011101100111011101010001110110011011001101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DD4; }

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

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

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

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

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

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

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

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