#DD95DA

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

Shades of Plum #DD95DA

Tints of Plum #DD95DA

Color information

#DD95DA (or 0xDD95DA) is unknown color: approx Plum. HEX triplet: DD, 95 and DA. RGB value is (221,149,218). Sum of RGB (Red+Green+Blue) = 221+149+218=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95DA is #226A25. Grayscale: #B2B2B2. Windows color (decimal): -2255398 or 14325213. OLE color: 14325213.

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

Color convert

RGB221149218-
CMYK00.330.010.13
HSL302.5º51.43%72.55%-
HSV(B)302.5º32.58%86.67%-
XYZ53.2241.9371.62-
YUV178.39150.35158.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=37.59%
G=25.34%
B=37.07%

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
Decimal22114921800.330.010.13302.551.4372.55
HexDD95DA0211D12e3349
Octal33522533204111545663111
Binary1101110110010101110110100100001111011001011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95DA; }

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

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

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

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

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

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

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

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