#DD99F1

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

Shades of Plum #DD99F1

Tints of Plum #DD99F1

Color information

#DD99F1 (or 0xDD99F1) is unknown color: approx Plum. HEX triplet: DD, 99 and F1. RGB value is (221,153,241). Sum of RGB (Red+Green+Blue) = 221+153+241=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD99F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99F1 is #22660E. Grayscale: #B7B7B7. Windows color (decimal): -2254351 or 15833565. OLE color: 15833565.

HSL color Cylindrical-coordinate representation of color #DD99F1: hue angle of 286.36º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD99F1 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221153241-
CMYK0.080.3700.05
HSL286.36º75.86%77.25%-
HSV(B)286.36º36.51%94.51%-
XYZ57.0944.5188.8-
YUV183.36160.53154.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 153 (60.16% from 255) = 24.88%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=35.93%
G=24.88%
B=39.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211532410.080.3700.05286.3675.8677.25
HexDD99F18250511e4c4d
Octal335231361104505436114115
Binary1101110110011001111100011000100101010110001111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99F1; }

 p { color: rgb(221,153,241); }

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

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

 a { background-color: rgb(221,153,241); }

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

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

 span { border-color: rgb(221,153,241); }

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