#DA97DF

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

Shades of Plum #DA97DF

Tints of Plum #DA97DF

Color information

#DA97DF (or 0xDA97DF) is unknown color: approx Plum. HEX triplet: DA, 97 and DF. RGB value is (218,151,223). Sum of RGB (Red+Green+Blue) = 218+151+223=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97DF is #256820. Grayscale: #B3B3B3. Windows color (decimal): -2451489 or 14653402. OLE color: 14653402.

HSL color Cylindrical-coordinate representation of color #DA97DF: hue angle of 295.83º degrees, saturation: 0.53, 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 #DA97DF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218151223-
CMYK0.020.3200.13
HSL295.83º52.94%73.33%-
HSV(B)295.83º32.29%87.45%-
XYZ53.342.3775.18-
YUV179.24152.7155.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 151 (59.38% from 255) = 25.51%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=36.82%
G=25.51%
B=37.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181512230.020.3200.13295.8352.9473.33
HexDA97DF2200D1283549
Octal33222733724001545065111
Binary11011010100101111101111110100000011011001010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97DF; }

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

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

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

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

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

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

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

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