#DD95E5

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

Shades of Plum #DD95E5

Tints of Plum #DD95E5

Color information

#DD95E5 (or 0xDD95E5) is unknown color: approx Plum. HEX triplet: DD, 95 and E5. RGB value is (221,149,229). Sum of RGB (Red+Green+Blue) = 221+149+229=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95E5 is #226A1A. Grayscale: #B3B3B3. Windows color (decimal): -2255387 or 15046109. OLE color: 15046109.

HSL color Cylindrical-coordinate representation of color #DD95E5: hue angle of 294º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD95E5 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221149229-
CMYK0.030.3500.10
HSL294º60.61%74.12%-
HSV(B)294º34.93%89.8%-
XYZ54.7142.5279.45-
YUV179.65155.85157.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 149 (58.59% from 255) = 24.87%
BLUE value IS 229 (89.84% from 255) = 38.23%
R=36.89%
G=24.87%
B=38.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211492290.030.3500.1029460.6174.12
HexDD95E53230A1263d4a
Octal33522534534301244675112
Binary11011101100101011110010111100011010101001001101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95E5; }

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

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

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

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

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

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

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

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