#DC9CEE

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

Shades of Plum #DC9CEE

Tints of Plum #DC9CEE

Color information

#DC9CEE (or 0xDC9CEE) is unknown color: approx Plum. HEX triplet: DC, 9C and EE. RGB value is (220,156,238). Sum of RGB (Red+Green+Blue) = 220+156+238=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CEE is #236311. Grayscale: #B8B8B8. Windows color (decimal): -2319122 or 15637724. OLE color: 15637724.

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

Color convert

RGB220156238-
CMYK0.080.3400.07
HSL286.83º70.69%77.25%-
HSV(B)286.83º34.45%93.33%-
XYZ56.8445.1786.61-
YUV184.48158.2153.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=35.83%
G=25.41%
B=38.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201562380.080.3400.07286.8370.6977.25
HexDC9CEE8220711f474d
Octal334234356104207437107115
Binary1101110010011100111011101000100010011110001111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CEE; }

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

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

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

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

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

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

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

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