#DD9DD1

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

Shades of Plum #DD9DD1

Tints of Plum #DD9DD1

Color information

#DD9DD1 (or 0xDD9DD1) is unknown color: approx Plum. HEX triplet: DD, 9D and D1. RGB value is (221,157,209). Sum of RGB (Red+Green+Blue) = 221+157+209=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DD1 is #22622E. Grayscale: #B5B5B5. Windows color (decimal): -2253359 or 13737437. OLE color: 13737437.

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

Color convert

RGB221157209-
CMYK00.290.050.13
HSL311.25º48.48%74.12%-
HSV(B)311.25º28.96%86.67%-
XYZ53.3844.0966.02-
YUV182.06143.2155.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=37.65%
G=26.75%
B=35.60%

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
Decimal22115720900.290.050.13311.2548.4874.12
HexDD9DD101D5D137304a
Octal33523532103551546760112
Binary11011101100111011101000101110110111011001101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DD1; }

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

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

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

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

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

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

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

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