#DF92DD

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

Shades of Plum #DF92DD

Tints of Plum #DF92DD

Color information

#DF92DD (or 0xDF92DD) is unknown color: approx Plum. HEX triplet: DF, 92 and DD. RGB value is (223,146,221). Sum of RGB (Red+Green+Blue) = 223+146+221=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92DD is #206D22. Grayscale: #B1B1B1. Windows color (decimal): -2125091 or 14521055. OLE color: 14521055.

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

Color convert

RGB223146221-
CMYK00.350.010.13
HSL301.56º54.61%72.35%-
HSV(B)301.56º34.53%87.45%-
XYZ53.7641.4773.58-
YUV177.57152.51160.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=37.80%
G=24.75%
B=37.46%

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
Decimal22314622100.350.010.13301.5654.6172.35
HexDF92DD0231D12e3748
Octal33722233504311545667110
Binary1101111110010010110111010100011111011001011101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92DD; }

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

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

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

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

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

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

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

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