#DC95DE

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

Shades of Plum #DC95DE

Tints of Plum #DC95DE

Color information

#DC95DE (or 0xDC95DE) is unknown color: approx Plum. HEX triplet: DC, 95 and DE. RGB value is (220,149,222). Sum of RGB (Red+Green+Blue) = 220+149+222=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC95DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95DE is #236A21. Grayscale: #B2B2B2. Windows color (decimal): -2320930 or 14587356. OLE color: 14587356.

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

Color convert

RGB220149222-
CMYK0.010.3300.13
HSL298.36º52.52%72.75%-
HSV(B)298.36º32.88%87.06%-
XYZ53.4541.9874.39-
YUV178.55152.52157.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 149 (58.59% from 255) = 25.21%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=37.23%
G=25.21%
B=37.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201492220.010.3300.13298.3652.5272.75
HexDC95DE1210D12a3549
Octal33422533614101545265111
Binary1101110010010101110111101100001011011001010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95DE; }

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

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

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

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

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

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

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

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