#DA97D1

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

Shades of Plum #DA97D1

Tints of Plum #DA97D1

Color information

#DA97D1 (or 0xDA97D1) is unknown color: approx Plum. HEX triplet: DA, 97 and D1. RGB value is (218,151,209). Sum of RGB (Red+Green+Blue) = 218+151+209=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97D1 is #25682E. Grayscale: #B1B1B1. Windows color (decimal): -2451503 or 13735898. OLE color: 13735898.

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

Color convert

RGB218151209-
CMYK00.310.040.15
HSL308.06º47.52%72.35%-
HSV(B)308.06º30.73%85.49%-
XYZ51.4941.6465.65-
YUV177.64145.7156.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 209 (82.03% from 255) = 36.16%
R=37.72%
G=26.12%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815120900.310.040.15308.0647.5272.35
HexDA97D101F4F1343048
Octal33222732103741746460110
Binary11011010100101111101000101111110011111001101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97D1; }

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

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

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

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

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

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

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

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