#DA97D3

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

Shades of Plum #DA97D3

Tints of Plum #DA97D3

Color information

#DA97D3 (or 0xDA97D3) is unknown color: approx Plum. HEX triplet: DA, 97 and D3. RGB value is (218,151,211). Sum of RGB (Red+Green+Blue) = 218+151+211=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97D3 is #25682C. Grayscale: #B1B1B1. Windows color (decimal): -2451501 or 13866970. OLE color: 13866970.

HSL color Cylindrical-coordinate representation of color #DA97D3: hue angle of 306.27º 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 #DA97D3 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB218151211-
CMYK00.310.030.15
HSL306.27º47.52%72.35%-
HSV(B)306.27º30.73%85.49%-
XYZ51.7441.7466.96-
YUV177.87146.7156.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 151 (59.38% from 255) = 26.03%
BLUE value IS 211 (82.81% from 255) = 36.38%
R=37.59%
G=26.03%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815121100.310.030.15306.2747.5272.35
HexDA97D301F3F1323048
Octal33222732303731746260110
Binary1101101010010111110100110111111111111001100101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97D3; }

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

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

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

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

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

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

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

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