#DD95DB

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

Shades of Plum #DD95DB

Tints of Plum #DD95DB

Color information

#DD95DB (or 0xDD95DB) is unknown color: approx Plum. HEX triplet: DD, 95 and DB. RGB value is (221,149,219). Sum of RGB (Red+Green+Blue) = 221+149+219=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95DB is #226A24. Grayscale: #B2B2B2. Windows color (decimal): -2255397 or 14390749. OLE color: 14390749.

HSL color Cylindrical-coordinate representation of color #DD95DB: hue angle of 301.67º degrees, saturation: 0.51, 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 #DD95DB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221149219-
CMYK00.330.010.13
HSL301.67º51.43%72.55%-
HSV(B)301.67º32.58%86.67%-
XYZ53.3541.9872.31-
YUV178.51150.85158.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=37.52%
G=25.30%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114921900.330.010.13301.6751.4372.55
HexDD95DB0211D12e3349
Octal33522533304111545663111
Binary1101110110010101110110110100001111011001011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95DB; }

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

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

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

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

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

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

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

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