#DC9FEB

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

Shades of Plum #DC9FEB

Tints of Plum #DC9FEB

Color information

#DC9FEB (or 0xDC9FEB) is unknown color: approx Plum. HEX triplet: DC, 9F and EB. RGB value is (220,159,235). Sum of RGB (Red+Green+Blue) = 220+159+235=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FEB is #236014. Grayscale: #B9B9B9. Windows color (decimal): -2318357 or 15441884. OLE color: 15441884.

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

Color convert

RGB220159235-
CMYK0.060.3200.08
HSL288.16º65.52%77.25%-
HSV(B)288.16º32.34%92.16%-
XYZ56.9146.0184.48-
YUV185.9155.71152.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 159 (62.5% from 255) = 25.90%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=35.83%
G=25.90%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201592350.060.3200.08288.1665.5277.25
HexDC9FEB62008120424d
Octal334237353640010440102115
Binary1101110010011111111010111101000000100010010000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FEB; }

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

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

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

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

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

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

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

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