#DD9DD2

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

Shades of Plum #DD9DD2

Tints of Plum #DD9DD2

Color information

#DD9DD2 (or 0xDD9DD2) is unknown color: approx Plum. HEX triplet: DD, 9D and D2. RGB value is (221,157,210). Sum of RGB (Red+Green+Blue) = 221+157+210=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DD2 is #22622D. Grayscale: #B6B6B6. Windows color (decimal): -2253358 or 13802973. OLE color: 13802973.

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

Color convert

RGB221157210-
CMYK00.290.050.13
HSL310.31º48.48%74.12%-
HSV(B)310.31º28.96%86.67%-
XYZ53.5144.1466.67-
YUV182.18143.7155.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=37.59%
G=26.70%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115721000.290.050.13310.3148.4874.12
HexDD9DD201D5D136304a
Octal33523532203551546660112
Binary11011101100111011101001001110110111011001101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DD2; }

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

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

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

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

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

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

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

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