#DC95EE

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

Shades of Plum #DC95EE

Tints of Plum #DC95EE

Color information

#DC95EE (or 0xDC95EE) is unknown color: approx Plum. HEX triplet: DC, 95 and EE. RGB value is (220,149,238). Sum of RGB (Red+Green+Blue) = 220+149+238=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC95EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC95EE is #236A11. Grayscale: #B4B4B4. Windows color (decimal): -2320914 or 15635932. OLE color: 15635932.

HSL color Cylindrical-coordinate representation of color #DC95EE: hue angle of 287.87º degrees, saturation: 0.72, 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 #DC95EE is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220149238-
CMYK0.080.3700.07
HSL287.87º72.36%75.88%-
HSV(B)287.87º37.39%93.33%-
XYZ55.742.8886.23-
YUV180.38160.52156.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=36.24%
G=24.55%
B=39.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201492380.080.3700.07287.8772.3675.88
HexDC95EE82507120484c
Octal334225356104507440110114
Binary1101110010010101111011101000100101011110010000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95EE; }

 p { color: rgb(220,149,238); }

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

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

 a { background-color: rgb(220,149,238); }

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

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

 span { border-color: rgb(220,149,238); }

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