#DA97DC

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

Shades of Plum #DA97DC

Tints of Plum #DA97DC

Color information

#DA97DC (or 0xDA97DC) is unknown color: approx Plum. HEX triplet: DA, 97 and DC. RGB value is (218,151,220). Sum of RGB (Red+Green+Blue) = 218+151+220=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97DC is #256823. Grayscale: #B2B2B2. Windows color (decimal): -2451492 or 14456794. OLE color: 14456794.

HSL color Cylindrical-coordinate representation of color #DA97DC: hue angle of 298.26º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA97DC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218151220-
CMYK0.010.3100.14
HSL298.26º49.64%72.75%-
HSV(B)298.26º31.36%86.27%-
XYZ52.942.2173.07-
YUV178.9151.2155.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=37.01%
G=25.64%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181512200.010.3100.14298.2649.6472.75
HexDA97DC11F0E12a3249
Octal33222733413701645262111
Binary110110101001011111011100111111011101001010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97DC; }

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

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

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

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

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

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

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

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