#DA97CE

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

Shades of Plum #DA97CE

Tints of Plum #DA97CE

Color information

#DA97CE (or 0xDA97CE) is unknown color: approx Plum. HEX triplet: DA, 97 and CE. RGB value is (218,151,206). Sum of RGB (Red+Green+Blue) = 218+151+206=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97CE is #256831. Grayscale: #B1B1B1. Windows color (decimal): -2451506 or 13539290. OLE color: 13539290.

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

Color convert

RGB218151206-
CMYK00.310.060.15
HSL310.75º47.52%72.35%-
HSV(B)310.75º30.73%85.49%-
XYZ51.1241.4963.71-
YUV177.3144.2157.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 151 (59.38% from 255) = 26.26%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=37.91%
G=26.26%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815120600.310.060.15310.7547.5272.35
HexDA97CE01F6F1373048
Octal33222731603761746760110
Binary11011010100101111100111001111111011111001101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97CE; }

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

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

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

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

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

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

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

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