#dc92da

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

Shades of Plum #DC92DA

Tints of Plum #DC92DA

Color information

#DC92DA (or 0xDC92DA) is unknown color: approx Plum. HEX triplet: DC, 92 and DA. RGB value is (220,146,218). Sum of RGB (Red+Green+Blue) = 220+146+218=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92DA is #236D25. Grayscale: #B0B0B0. Windows color (decimal): -2321702 or 14324444. OLE color: 14324444.

HSL color Cylindrical-coordinate representation of color #DC92DA: hue angle of 301.62º 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 #DC92DA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220146218-
CMYK00.340.010.14
HSL301.62º51.39%71.76%-
HSV(B)301.62º33.64%86.27%-
XYZ52.4540.8471.45-
YUV176.33151.52159.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 146 (57.42% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=37.67%
G=25%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014621800.340.010.14301.6251.3971.76
HexDC92DA0221E12e3348
Octal33422233204211645663110
Binary1101110010010010110110100100010111101001011101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc92da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc92da; }

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

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

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

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

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

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

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

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