#DD96ED

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

Shades of Plum #DD96ED

Tints of Plum #DD96ED

Color information

#DD96ED (or 0xDD96ED) is unknown color: approx Plum. HEX triplet: DD, 96 and ED. RGB value is (221,150,237). Sum of RGB (Red+Green+Blue) = 221+150+237=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD96ED is #226912. Grayscale: #B4B4B4. Windows color (decimal): -2255123 or 15570653. OLE color: 15570653.

HSL color Cylindrical-coordinate representation of color #DD96ED: hue angle of 288.97º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD96ED is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221150237-
CMYK0.070.3700.07
HSL288.97º70.73%75.88%-
HSV(B)288.97º36.71%92.94%-
XYZ56.0143.385.53-
YUV181.15159.52156.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 150 (58.98% from 255) = 24.67%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=36.35%
G=24.67%
B=38.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211502370.070.3700.07288.9770.7375.88
HexDD96ED72507121474c
Octal33522635574507441107114
Binary110111011001011011101101111100101011110010000110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96ED; }

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

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

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

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

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

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

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

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