#DC92DE

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

Shades of Plum #DC92DE

Tints of Plum #DC92DE

Color information

#DC92DE (or 0xDC92DE) is unknown color: approx Plum. HEX triplet: DC, 92 and DE. RGB value is (220,146,222). Sum of RGB (Red+Green+Blue) = 220+146+222=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92DE is #236D21. Grayscale: #B0B0B0. Windows color (decimal): -2321698 or 14586588. OLE color: 14586588.

HSL color Cylindrical-coordinate representation of color #DC92DE: hue angle of 298.42º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC92DE is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220146222-
CMYK0.010.3400.13
HSL298.42º53.52%72.16%-
HSV(B)298.42º34.23%87.06%-
XYZ52.9841.0574.24-
YUV176.79153.52158.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 146 (57.42% from 255) = 24.83%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=37.41%
G=24.83%
B=37.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201462220.010.3400.13298.4253.5272.16
HexDC92DE1220D12a3648
Octal33422233614201545266110
Binary1101110010010010110111101100010011011001010101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92DE; }

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

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

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

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

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

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

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

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