#DC99EE

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

Shades of Plum #DC99EE

Tints of Plum #DC99EE

Color information

#DC99EE (or 0xDC99EE) is unknown color: approx Plum. HEX triplet: DC, 99 and EE. RGB value is (220,153,238). Sum of RGB (Red+Green+Blue) = 220+153+238=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99EE is #236611. Grayscale: #B6B6B6. Windows color (decimal): -2319890 or 15636956. OLE color: 15636956.

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

Color convert

RGB220153238-
CMYK0.080.3600.07
HSL287.29º71.43%76.67%-
HSV(B)287.29º35.71%93.33%-
XYZ56.3444.1786.45-
YUV182.72159.2154.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=36.01%
G=25.04%
B=38.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201532380.080.3600.07287.2971.4376.67
HexDC99EE8240711f474d
Octal334231356104407437107115
Binary1101110010011001111011101000100100011110001111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99EE; }

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

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

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

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

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

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

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

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