#DF92E8

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

Shades of Plum #DF92E8

Tints of Plum #DF92E8

Color information

#DF92E8 (or 0xDF92E8) is unknown color: approx Plum. HEX triplet: DF, 92 and E8. RGB value is (223,146,232). Sum of RGB (Red+Green+Blue) = 223+146+232=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF92E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92E8 is #206D17. Grayscale: #B2B2B2. Windows color (decimal): -2125080 or 15241951. OLE color: 15241951.

HSL color Cylindrical-coordinate representation of color #DF92E8: hue angle of 293.72º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF92E8 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223146232-
CMYK0.040.3700.09
HSL293.72º65.15%74.12%-
HSV(B)293.72º37.07%90.98%-
XYZ55.2842.0781.55-
YUV178.83158.01159.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 146 (57.42% from 255) = 24.29%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=37.10%
G=24.29%
B=38.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231462320.040.3700.09293.7265.1574.12
HexDF92E842509126414a
Octal337222350445011446101112
Binary1101111110010010111010001001001010100110010011010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92E8; }

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

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

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

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

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

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

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

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