#DF92E5

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

Shades of Plum #DF92E5

Tints of Plum #DF92E5

Color information

#DF92E5 (or 0xDF92E5) is unknown color: approx Plum. HEX triplet: DF, 92 and E5. RGB value is (223,146,229). Sum of RGB (Red+Green+Blue) = 223+146+229=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92E5 is #206D1A. Grayscale: #B2B2B2. Windows color (decimal): -2125083 or 15045343. OLE color: 15045343.

HSL color Cylindrical-coordinate representation of color #DF92E5: hue angle of 295.66º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF92E5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223146229-
CMYK0.030.3600.10
HSL295.66º61.48%73.53%-
HSV(B)295.66º36.24%89.8%-
XYZ54.8541.979.33-
YUV178.48156.51159.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 146 (57.42% from 255) = 24.41%
BLUE value IS 229 (89.84% from 255) = 38.29%
R=37.29%
G=24.41%
B=38.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231462290.030.3600.10295.6661.4873.53
HexDF92E53240A1283d4a
Octal33722234534401245075112
Binary11011111100100101110010111100100010101001010001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92E5; }

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

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

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

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

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

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

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

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