#DA97E0

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

Shades of Plum #DA97E0

Tints of Plum #DA97E0

Color information

#DA97E0 (or 0xDA97E0) is unknown color: approx Plum. HEX triplet: DA, 97 and E0. RGB value is (218,151,224). Sum of RGB (Red+Green+Blue) = 218+151+224=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97E0 is #25681F. Grayscale: #B3B3B3. Windows color (decimal): -2451488 or 14718938. OLE color: 14718938.

HSL color Cylindrical-coordinate representation of color #DA97E0: hue angle of 295.07º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA97E0 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218151224-
CMYK0.030.3300.12
HSL295.07º54.07%73.53%-
HSV(B)295.07º32.59%87.84%-
XYZ53.4342.4275.89-
YUV179.36153.2155.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 151 (59.38% from 255) = 25.46%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=36.76%
G=25.46%
B=37.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181512240.030.3300.12295.0754.0773.53
HexDA97E03210C127364a
Octal33222734034101444766112
Binary11011010100101111110000011100001011001001001111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97E0; }

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

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

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

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

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

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

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

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