#DE97D0

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

Shades of Plum #DE97D0

Tints of Plum #DE97D0

Color information

#DE97D0 (or 0xDE97D0) is unknown color: approx Plum. HEX triplet: DE, 97 and D0. RGB value is (222,151,208). Sum of RGB (Red+Green+Blue) = 222+151+208=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97D0 is #21682F. Grayscale: #B2B2B2. Windows color (decimal): -2189360 or 13670366. OLE color: 13670366.

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

Color convert

RGB222151208-
CMYK00.320.060.13
HSL311.83º51.82%73.14%-
HSV(B)311.83º31.98%87.06%-
XYZ52.5842.2265.05-
YUV178.73144.52158.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 151 (59.38% from 255) = 25.99%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=38.21%
G=25.99%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215120800.320.060.13311.8351.8273.14
HexDE97D00206D1383449
Octal33622732004061547064111
Binary110111101001011111010000010000011011011001110001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97D0; }

 p { color: rgb(222,151,208); }

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

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

 a { background-color: rgb(222,151,208); }

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

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

 span { border-color: rgb(222,151,208); }

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