#DF92DC

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

Shades of Plum #DF92DC

Tints of Plum #DF92DC

Color information

#DF92DC (or 0xDF92DC) is unknown color: approx Plum. HEX triplet: DF, 92 and DC. RGB value is (223,146,220). Sum of RGB (Red+Green+Blue) = 223+146+220=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92DC is #206D23. Grayscale: #B1B1B1. Windows color (decimal): -2125092 or 14455519. OLE color: 14455519.

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

Color convert

RGB223146220-
CMYK00.350.010.13
HSL302.34º54.61%72.35%-
HSV(B)302.34º34.53%87.45%-
XYZ53.6341.4172.88-
YUV177.46152.01160.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314622000.350.010.13302.3454.6172.35
HexDF92DC0231D12e3748
Octal33722233404311545667110
Binary1101111110010010110111000100011111011001011101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92DC; }

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

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

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

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

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

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

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

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