#DA92EB

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

Shades of Plum #DA92EB

Tints of Plum #DA92EB

Color information

#DA92EB (or 0xDA92EB) is unknown color: approx Plum. HEX triplet: DA, 92 and EB. RGB value is (218,146,235). Sum of RGB (Red+Green+Blue) = 218+146+235=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA92EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA92EB is #256D14. Grayscale: #B1B1B1. Windows color (decimal): -2452757 or 15438554. OLE color: 15438554.

HSL color Cylindrical-coordinate representation of color #DA92EB: hue angle of 288.54º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA92EB is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218146235-
CMYK0.070.3800.08
HSL288.54º68.99%74.71%-
HSV(B)288.54º37.87%92.16%-
XYZ54.1941.4683.74-
YUV177.67160.35156.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=36.39%
G=24.37%
B=39.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181462350.070.3800.08288.5468.9974.71
HexDA92EB72608121454b
Octal332222353746010441105113
Binary1101101010010010111010111111001100100010010000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92EB; }

 p { color: rgb(218,146,235); }

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

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

 a { background-color: rgb(218,146,235); }

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

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

 span { border-color: rgb(218,146,235); }

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