#DD9BD0

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

Shades of Plum #DD9BD0

Tints of Plum #DD9BD0

Color information

#DD9BD0 (or 0xDD9BD0) is unknown color: approx Plum. HEX triplet: DD, 9B and D0. RGB value is (221,155,208). Sum of RGB (Red+Green+Blue) = 221+155+208=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BD0 is #22642F. Grayscale: #B4B4B4. Windows color (decimal): -2253872 or 13671389. OLE color: 13671389.

HSL color Cylindrical-coordinate representation of color #DD9BD0: hue angle of 311.82º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9BD0 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221155208-
CMYK00.300.060.13
HSL311.82º49.25%73.73%-
HSV(B)311.82º29.86%86.67%-
XYZ52.9343.3765.26-
YUV180.78143.37156.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 155 (60.94% from 255) = 26.54%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=37.84%
G=26.54%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115520800.300.060.13311.8249.2573.73
HexDD9BD001E6D138314a
Octal33523332003661547061112
Binary11011101100110111101000001111011011011001110001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BD0; }

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

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

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

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

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

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

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

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