#DC97E1

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

Shades of Plum #DC97E1

Tints of Plum #DC97E1

Color information

#DC97E1 (or 0xDC97E1) is unknown color: approx Plum. HEX triplet: DC, 97 and E1. RGB value is (220,151,225). Sum of RGB (Red+Green+Blue) = 220+151+225=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97E1 is #23681E. Grayscale: #B3B3B3. Windows color (decimal): -2320415 or 14784476. OLE color: 14784476.

HSL color Cylindrical-coordinate representation of color #DC97E1: hue angle of 295.95º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC97E1 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220151225-
CMYK0.020.3300.12
HSL295.95º55.22%73.73%-
HSV(B)295.95º32.89%88.24%-
XYZ54.1742.7976.64-
YUV180.07153.36156.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=36.91%
G=25.34%
B=37.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201512250.020.3300.12295.9555.2273.73
HexDC97E12210C128374a
Octal33422734124101445067112
Binary11011100100101111110000110100001011001001010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97E1; }

 p { color: rgb(220,151,225); }

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

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

 a { background-color: rgb(220,151,225); }

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

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

 span { border-color: rgb(220,151,225); }

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