#DD95F2

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

Shades of Plum #DD95F2

Tints of Plum #DD95F2

Color information

#DD95F2 (or 0xDD95F2) is unknown color: approx Plum. HEX triplet: DD, 95 and F2. RGB value is (221,149,242). Sum of RGB (Red+Green+Blue) = 221+149+242=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD95F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95F2 is #226A0D. Grayscale: #B4B4B4. Windows color (decimal): -2255374 or 15898077. OLE color: 15898077.

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

Color convert

RGB221149242-
CMYK0.090.3800.05
HSL286.45º78.15%76.67%-
HSV(B)286.45º38.43%94.9%-
XYZ56.5943.2889.38-
YUV181.13162.35156.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 149 (58.59% from 255) = 24.35%
BLUE value IS 242 (94.92% from 255) = 39.54%
R=36.11%
G=24.35%
B=39.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211492420.090.3800.05286.4578.1576.67
HexDD95F29260511e4e4d
Octal335225362114605436116115
Binary1101110110010101111100101001100110010110001111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95F2; }

 p { color: rgb(221,149,242); }

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

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

 a { background-color: rgb(221,149,242); }

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

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

 span { border-color: rgb(221,149,242); }

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