#DD9FE8

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

Shades of Plum #DD9FE8

Tints of Plum #DD9FE8

Color information

#DD9FE8 (or 0xDD9FE8) is unknown color: approx Plum. HEX triplet: DD, 9F and E8. RGB value is (221,159,232). Sum of RGB (Red+Green+Blue) = 221+159+232=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD9FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FE8 is #226017. Grayscale: #B9B9B9. Windows color (decimal): -2252824 or 15245277. OLE color: 15245277.

HSL color Cylindrical-coordinate representation of color #DD9FE8: hue angle of 290.96º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9FE8 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221159232-
CMYK0.050.3100.09
HSL290.96º61.34%76.67%-
HSV(B)290.96º31.47%90.98%-
XYZ56.7845.9982.23-
YUV185.86154.04153.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=36.11%
G=25.98%
B=37.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211592320.050.3100.09290.9661.3476.67
HexDD9FE851F091233d4d
Octal33523735053701144375115
Binary11011101100111111110100010111111010011001000111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FE8; }

 p { color: rgb(221,159,232); }

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

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

 a { background-color: rgb(221,159,232); }

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

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

 span { border-color: rgb(221,159,232); }

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