#DA97CF

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

Shades of Plum #DA97CF

Tints of Plum #DA97CF

Color information

#DA97CF (or 0xDA97CF) is unknown color: approx Plum. HEX triplet: DA, 97 and CF. RGB value is (218,151,207). Sum of RGB (Red+Green+Blue) = 218+151+207=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97CF is #256830. Grayscale: #B1B1B1. Windows color (decimal): -2451505 or 13604826. OLE color: 13604826.

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

Color convert

RGB218151207-
CMYK00.310.050.15
HSL309.85º47.52%72.35%-
HSV(B)309.85º30.73%85.49%-
XYZ51.2441.5464.35-
YUV177.42144.7156.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=37.85%
G=26.22%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815120700.310.050.15309.8547.5272.35
HexDA97CF01F5F1363048
Octal33222731703751746660110
Binary11011010100101111100111101111110111111001101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97CF; }

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

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

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

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

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

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

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

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