#DC92DB

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

Shades of Plum #DC92DB

Tints of Plum #DC92DB

Color information

#DC92DB (or 0xDC92DB) is unknown color: approx Plum. HEX triplet: DC, 92 and DB. RGB value is (220,146,219). Sum of RGB (Red+Green+Blue) = 220+146+219=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92DB is #236D24. Grayscale: #B0B0B0. Windows color (decimal): -2321701 or 14389980. OLE color: 14389980.

HSL color Cylindrical-coordinate representation of color #DC92DB: hue angle of 300.81º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC92DB is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220146219-
CMYK00.340.000.14
HSL300.81º51.39%71.76%-
HSV(B)300.81º33.64%86.27%-
XYZ52.5840.8972.14-
YUV176.45152.02159.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=37.61%
G=24.96%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014621900.340.000.14300.8151.3971.76
HexDC92DB0220E12d3348
Octal33422233304201645563110
Binary1101110010010010110110110100010011101001011011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92DB; }

 p { color: rgb(220,146,219); }

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

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

 a { background-color: rgb(220,146,219); }

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

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

 span { border-color: rgb(220,146,219); }

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