#DD9BF1

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

Shades of Plum #DD9BF1

Tints of Plum #DD9BF1

Color information

#DD9BF1 (or 0xDD9BF1) is unknown color: approx Plum. HEX triplet: DD, 9B and F1. RGB value is (221,155,241). Sum of RGB (Red+Green+Blue) = 221+155+241=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD9BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BF1 is #22640E. Grayscale: #B8B8B8. Windows color (decimal): -2253839 or 15834077. OLE color: 15834077.

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

Color convert

RGB221155241-
CMYK0.080.3600.05
HSL286.05º75.44%77.65%-
HSV(B)286.05º35.68%94.51%-
XYZ57.4245.1788.91-
YUV184.54159.87154.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 155 (60.94% from 255) = 25.12%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=35.82%
G=25.12%
B=39.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211552410.080.3600.05286.0575.4477.65
HexDD9BF18240511e4b4e
Octal335233361104405436113116
Binary1101110110011011111100011000100100010110001111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BF1; }

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

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

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

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

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

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

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

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