#DD96CD

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

Shades of Plum #DD96CD

Tints of Plum #DD96CD

Color information

#DD96CD (or 0xDD96CD) is unknown color: approx Plum. HEX triplet: DD, 96 and CD. RGB value is (221,150,205). Sum of RGB (Red+Green+Blue) = 221+150+205=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96CD is #226932. Grayscale: #B1B1B1. Windows color (decimal): -2255155 or 13473501. OLE color: 13473501.

HSL color Cylindrical-coordinate representation of color #DD96CD: hue angle of 313.52º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96CD is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221150205-
CMYK00.320.070.13
HSL313.52º51.08%72.75%-
HSV(B)313.52º32.13%86.67%-
XYZ51.7441.5963.06-
YUV177.5143.52159.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=38.37%
G=26.04%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115020500.320.070.13313.5251.0872.75
HexDD96CD0207D13a3349
Octal33522631504071547263111
Binary110111011001011011001101010000011111011001110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96CD; }

 p { color: rgb(221,150,205); }

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

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

 a { background-color: rgb(221,150,205); }

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

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

 span { border-color: rgb(221,150,205); }

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