#DD95ED

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

Shades of Plum #DD95ED

Tints of Plum #DD95ED

Color information

#DD95ED (or 0xDD95ED) is unknown color: approx Plum. HEX triplet: DD, 95 and ED. RGB value is (221,149,237). Sum of RGB (Red+Green+Blue) = 221+149+237=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD95ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95ED is #226A12. Grayscale: #B4B4B4. Windows color (decimal): -2255379 or 15570397. OLE color: 15570397.

HSL color Cylindrical-coordinate representation of color #DD95ED: hue angle of 289.09º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD95ED is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221149237-
CMYK0.070.3700.07
HSL289.09º70.97%75.69%-
HSV(B)289.09º37.13%92.94%-
XYZ55.8542.9885.47-
YUV180.56159.85156.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=36.41%
G=24.55%
B=39.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211492370.070.3700.07289.0970.9775.69
HexDD95ED72507121474c
Octal33522535574507441107114
Binary110111011001010111101101111100101011110010000110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95ED; }

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

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

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

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

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

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

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

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