#DC9DEB

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

Shades of Plum #DC9DEB

Tints of Plum #DC9DEB

Color information

#DC9DEB (or 0xDC9DEB) is unknown color: approx Plum. HEX triplet: DC, 9D and EB. RGB value is (220,157,235). Sum of RGB (Red+Green+Blue) = 220+157+235=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC9DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DEB is #236214. Grayscale: #B8B8B8. Windows color (decimal): -2318869 or 15441372. OLE color: 15441372.

HSL color Cylindrical-coordinate representation of color #DC9DEB: hue angle of 288.46º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9DEB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220157235-
CMYK0.060.3300.08
HSL288.46º66.1%76.86%-
HSV(B)288.46º33.19%92.16%-
XYZ56.5745.3384.36-
YUV184.73156.37153.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=35.95%
G=25.65%
B=38.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201572350.060.3300.08288.4666.176.86
HexDC9DEB62108120424d
Octal334235353641010440102115
Binary1101110010011101111010111101000010100010010000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DEB; }

 p { color: rgb(220,157,235); }

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

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

 a { background-color: rgb(220,157,235); }

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

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

 span { border-color: rgb(220,157,235); }

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