#DC97EE

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

Shades of Plum #DC97EE

Tints of Plum #DC97EE

Color information

#DC97EE (or 0xDC97EE) is unknown color: approx Plum. HEX triplet: DC, 97 and EE. RGB value is (220,151,238). Sum of RGB (Red+Green+Blue) = 220+151+238=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC97EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC97EE is #236811. Grayscale: #B5B5B5. Windows color (decimal): -2320402 or 15636444. OLE color: 15636444.

HSL color Cylindrical-coordinate representation of color #DC97EE: hue angle of 287.59º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC97EE is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220151238-
CMYK0.080.3700.07
HSL287.59º71.9%76.27%-
HSV(B)287.59º36.55%93.33%-
XYZ56.0143.5286.34-
YUV181.55159.86155.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 151 (59.38% from 255) = 24.79%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=36.12%
G=24.79%
B=39.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201512380.080.3700.07287.5971.976.27
HexDC97EE82507120484c
Octal334227356104507440110114
Binary1101110010010111111011101000100101011110010000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97EE; }

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

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

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

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

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

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

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

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