#DA97DD

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

Shades of Plum #DA97DD

Tints of Plum #DA97DD

Color information

#DA97DD (or 0xDA97DD) is unknown color: approx Plum. HEX triplet: DA, 97 and DD. RGB value is (218,151,221). Sum of RGB (Red+Green+Blue) = 218+151+221=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97DD is #256822. Grayscale: #B2B2B2. Windows color (decimal): -2451491 or 14522330. OLE color: 14522330.

HSL color Cylindrical-coordinate representation of color #DA97DD: hue angle of 297.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA97DD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218151221-
CMYK0.010.3200.13
HSL297.43º50.72%72.94%-
HSV(B)297.43º31.67%86.67%-
XYZ53.0342.2673.77-
YUV179.01151.7155.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=36.95%
G=25.59%
B=37.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181512210.010.3200.13297.4350.7272.94
HexDA97DD1200D1293349
Octal33222733514001545163111
Binary1101101010010111110111011100000011011001010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97DD; }

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

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

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

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

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

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

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

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