#DA97ED

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

Shades of Plum #DA97ED

Tints of Plum #DA97ED

Color information

#DA97ED (or 0xDA97ED) is unknown color: approx Plum. HEX triplet: DA, 97 and ED. RGB value is (218,151,237). Sum of RGB (Red+Green+Blue) = 218+151+237=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA97ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA97ED is #256812. Grayscale: #B4B4B4. Windows color (decimal): -2451475 or 15570906. OLE color: 15570906.

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

Color convert

RGB218151237-
CMYK0.080.3600.07
HSL286.74º70.49%76.08%-
HSV(B)286.74º36.29%92.94%-
XYZ55.2743.1585.54-
YUV180.84159.7154.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=35.97%
G=24.92%
B=39.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181512370.080.3600.07286.7470.4976.08
HexDA97ED8240711f464c
Octal332227355104407437106114
Binary1101101010010111111011011000100100011110001111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97ED; }

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

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

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

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

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

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

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

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