#DC92DF

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

Shades of Plum #DC92DF

Tints of Plum #DC92DF

Color information

#DC92DF (or 0xDC92DF) is unknown color: approx Plum. HEX triplet: DC, 92 and DF. RGB value is (220,146,223). Sum of RGB (Red+Green+Blue) = 220+146+223=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92DF is #236D20. Grayscale: #B0B0B0. Windows color (decimal): -2321697 or 14652124. OLE color: 14652124.

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

Color convert

RGB220146223-
CMYK0.010.3500.13
HSL297.66º54.61%72.35%-
HSV(B)297.66º34.53%87.45%-
XYZ53.1141.174.95-
YUV176.9154.02158.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=37.35%
G=24.79%
B=37.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201462230.010.3500.13297.6654.6172.35
HexDC92DF1230D12a3748
Octal33422233714301545267110
Binary1101110010010010110111111100011011011001010101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92DF; }

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

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

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

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

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

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

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

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