#DC95E1

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

Shades of Plum #DC95E1

Tints of Plum #DC95E1

Color information

#DC95E1 (or 0xDC95E1) is unknown color: approx Plum. HEX triplet: DC, 95 and E1. RGB value is (220,149,225). Sum of RGB (Red+Green+Blue) = 220+149+225=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95E1 is #236A1E. Grayscale: #B2B2B2. Windows color (decimal): -2320927 or 14783964. OLE color: 14783964.

HSL color Cylindrical-coordinate representation of color #DC95E1: hue angle of 296.05º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC95E1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220149225-
CMYK0.020.3400.12
HSL296.05º55.88%73.33%-
HSV(B)296.05º33.78%88.24%-
XYZ53.8542.1576.53-
YUV178.89154.02157.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=37.04%
G=25.08%
B=37.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201492250.020.3400.12296.0555.8873.33
HexDC95E12220C1283849
Octal33422534124201445070111
Binary11011100100101011110000110100010011001001010001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95E1; }

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

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

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

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

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

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

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

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