#DD95DE

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

Shades of Plum #DD95DE

Tints of Plum #DD95DE

Color information

#DD95DE (or 0xDD95DE) is unknown color: approx Plum. HEX triplet: DD, 95 and DE. RGB value is (221,149,222). Sum of RGB (Red+Green+Blue) = 221+149+222=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD95DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95DE is #226A21. Grayscale: #B2B2B2. Windows color (decimal): -2255394 or 14587357. OLE color: 14587357.

HSL color Cylindrical-coordinate representation of color #DD95DE: hue angle of 299.18º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95DE is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221149222-
CMYK0.000.3300.13
HSL299.18º52.52%72.75%-
HSV(B)299.18º32.88%87.06%-
XYZ53.7542.1474.41-
YUV178.85152.35158.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=37.33%
G=25.17%
B=37.5%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211492220.000.3300.13299.1852.5272.75
HexDD95DE0210D12b3549
Octal33522533604101545365111
Binary1101110110010101110111100100001011011001010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95DE; }

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

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

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

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

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

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

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

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