#DD9AF1

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

Shades of Plum #DD9AF1

Tints of Plum #DD9AF1

Color information

#DD9AF1 (or 0xDD9AF1) is unknown color: approx Plum. HEX triplet: DD, 9A and F1. RGB value is (221,154,241). Sum of RGB (Red+Green+Blue) = 221+154+241=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD9AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9AF1 is #22650E. Grayscale: #B7B7B7. Windows color (decimal): -2254095 or 15833821. OLE color: 15833821.

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

Color convert

RGB221154241-
CMYK0.080.3600.05
HSL286.21º75.65%77.45%-
HSV(B)286.21º36.1%94.51%-
XYZ57.2544.8388.86-
YUV183.95160.2154.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=35.88%
G=25%
B=39.12%

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
Decimal2211542410.080.3600.05286.2175.6577.45
HexDD9AF18240511e4c4d
Octal335232361104405436114115
Binary1101110110011010111100011000100100010110001111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9AF1; }

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

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

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

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

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

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

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

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