#DD9DD0

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

Shades of Plum #DD9DD0

Tints of Plum #DD9DD0

Color information

#DD9DD0 (or 0xDD9DD0) is unknown color: approx Plum. HEX triplet: DD, 9D and D0. RGB value is (221,157,208). Sum of RGB (Red+Green+Blue) = 221+157+208=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DD0 is #22622F. Grayscale: #B5B5B5. Windows color (decimal): -2253360 or 13671901. OLE color: 13671901.

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

Color convert

RGB221157208-
CMYK00.290.060.13
HSL312.19º48.48%74.12%-
HSV(B)312.19º28.96%86.67%-
XYZ53.2644.0465.37-
YUV181.95142.7155.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=37.71%
G=26.79%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115720800.290.060.13312.1948.4874.12
HexDD9DD001D6D138304a
Octal33523532003561547060112
Binary11011101100111011101000001110111011011001110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DD0; }

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

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

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

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

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

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

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

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