#DD98EC

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

Shades of Plum #DD98EC

Tints of Plum #DD98EC

Color information

#DD98EC (or 0xDD98EC) is unknown color: approx Plum. HEX triplet: DD, 98 and EC. RGB value is (221,152,236). Sum of RGB (Red+Green+Blue) = 221+152+236=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98EC is #226713. Grayscale: #B5B5B5. Windows color (decimal): -2254612 or 15505629. OLE color: 15505629.

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

Color convert

RGB221152236-
CMYK0.060.3600.07
HSL289.29º68.85%76.08%-
HSV(B)289.29º35.59%92.55%-
XYZ56.1943.8884.87-
YUV182.21158.36155.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 152 (59.77% from 255) = 24.96%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=36.29%
G=24.96%
B=38.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211522360.060.3600.07289.2968.8576.08
HexDD98EC62407121454c
Octal33523035464407441105114
Binary110111011001100011101100110100100011110010000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98EC; }

 p { color: rgb(221,152,236); }

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

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

 a { background-color: rgb(221,152,236); }

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

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

 span { border-color: rgb(221,152,236); }

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