#DD96CF

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

Shades of Plum #DD96CF

Tints of Plum #DD96CF

Color information

#DD96CF (or 0xDD96CF) is unknown color: approx Plum. HEX triplet: DD, 96 and CF. RGB value is (221,150,207). Sum of RGB (Red+Green+Blue) = 221+150+207=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96CF is #226930. Grayscale: #B1B1B1. Windows color (decimal): -2255153 or 13604573. OLE color: 13604573.

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

Color convert

RGB221150207-
CMYK00.320.060.13
HSL311.83º51.08%72.75%-
HSV(B)311.83º32.13%86.67%-
XYZ51.9941.6964.34-
YUV177.73144.52158.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=38.24%
G=25.95%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115020700.320.060.13311.8351.0872.75
HexDD96CF0206D1383349
Octal33522631704061547063111
Binary110111011001011011001111010000011011011001110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96CF; }

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

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

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

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

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

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

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

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