#DC99E1

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

Shades of Plum #DC99E1

Tints of Plum #DC99E1

Color information

#DC99E1 (or 0xDC99E1) is unknown color: approx Plum. HEX triplet: DC, 99 and E1. RGB value is (220,153,225). Sum of RGB (Red+Green+Blue) = 220+153+225=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99E1 is #23661E. Grayscale: #B5B5B5. Windows color (decimal): -2319903 or 14784988. OLE color: 14784988.

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

Color convert

RGB220153225-
CMYK0.020.3200.12
HSL295.83º54.55%74.12%-
HSV(B)295.83º32%88.24%-
XYZ54.543.4376.75-
YUV181.24152.7155.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 153 (60.16% from 255) = 25.59%
BLUE value IS 225 (88.28% from 255) = 37.63%
R=36.79%
G=25.59%
B=37.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201532250.020.3200.12295.8354.5574.12
HexDC99E12200C128374a
Octal33423134124001445067112
Binary11011100100110011110000110100000011001001010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99E1; }

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

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

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

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

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

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

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

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