#DA97EB

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

Shades of Plum #DA97EB

Tints of Plum #DA97EB

Color information

#DA97EB (or 0xDA97EB) is unknown color: approx Plum. HEX triplet: DA, 97 and EB. RGB value is (218,151,235). Sum of RGB (Red+Green+Blue) = 218+151+235=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA97EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA97EB is #256814. Grayscale: #B4B4B4. Windows color (decimal): -2451477 or 15439834. OLE color: 15439834.

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

Color convert

RGB218151235-
CMYK0.070.3600.08
HSL287.86º67.74%75.69%-
HSV(B)287.86º35.74%92.16%-
XYZ54.9843.0484.01-
YUV180.61158.7154.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=36.09%
G=25%
B=38.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181512350.070.3600.08287.8667.7475.69
HexDA97EB72408120444c
Octal332227353744010440104114
Binary1101101010010111111010111111001000100010010000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97EB; }

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

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

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

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

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

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

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

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