#DD98E2

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

Shades of Plum #DD98E2

Tints of Plum #DD98E2

Color information

#DD98E2 (or 0xDD98E2) is unknown color: approx Plum. HEX triplet: DD, 98 and E2. RGB value is (221,152,226). Sum of RGB (Red+Green+Blue) = 221+152+226=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD98E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98E2 is #22671D. Grayscale: #B4B4B4. Windows color (decimal): -2254622 or 14850269. OLE color: 14850269.

HSL color Cylindrical-coordinate representation of color #DD98E2: hue angle of 295.95º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD98E2 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221152226-
CMYK0.020.3300.11
HSL295.95º56.06%74.12%-
HSV(B)295.95º32.74%88.63%-
XYZ54.7743.3277.43-
YUV181.07153.36156.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=36.89%
G=25.38%
B=37.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211522260.020.3300.11295.9556.0674.12
HexDD98E22210B128384a
Octal33523034224101345070112
Binary11011101100110001110001010100001010111001010001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98E2; }

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

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

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

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

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

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

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

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