#DC97E0

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

Shades of Plum #DC97E0

Tints of Plum #DC97E0

Color information

#DC97E0 (or 0xDC97E0) is unknown color: approx Plum. HEX triplet: DC, 97 and E0. RGB value is (220,151,224). Sum of RGB (Red+Green+Blue) = 220+151+224=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97E0 is #23681F. Grayscale: #B3B3B3. Windows color (decimal): -2320416 or 14718940. OLE color: 14718940.

HSL color Cylindrical-coordinate representation of color #DC97E0: hue angle of 296.71º degrees, saturation: 0.54, 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 #DC97E0 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220151224-
CMYK0.020.3300.12
HSL296.71º54.07%73.53%-
HSV(B)296.71º32.59%87.84%-
XYZ54.0442.7375.92-
YUV179.95152.86156.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=36.97%
G=25.38%
B=37.65%

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
Decimal2201512240.020.3300.12296.7154.0773.53
HexDC97E02210C129364a
Octal33422734024101445166112
Binary11011100100101111110000010100001011001001010011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97E0; }

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

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

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

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

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

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

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

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