#DA97D7

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

Shades of Plum #DA97D7

Tints of Plum #DA97D7

Color information

#DA97D7 (or 0xDA97D7) is unknown color: approx Plum. HEX triplet: DA, 97 and D7. RGB value is (218,151,215). Sum of RGB (Red+Green+Blue) = 218+151+215=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97D7 is #256828. Grayscale: #B2B2B2. Windows color (decimal): -2451497 or 14129114. OLE color: 14129114.

HSL color Cylindrical-coordinate representation of color #DA97D7: hue angle of 302.69º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA97D7 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218151215-
CMYK00.310.010.15
HSL302.69º47.52%72.35%-
HSV(B)302.69º30.73%85.49%-
XYZ52.2541.9469.63-
YUV178.33148.7156.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=37.33%
G=25.86%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815121500.310.010.15302.6947.5272.35
HexDA97D701F1F12f3048
Octal33222732703711745760110
Binary110110101001011111010111011111111111001011111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97D7; }

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

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

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

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

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

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

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

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