#DC97E6

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

Shades of Plum #DC97E6

Tints of Plum #DC97E6

Color information

#DC97E6 (or 0xDC97E6) is unknown color: approx Plum. HEX triplet: DC, 97 and E6. RGB value is (220,151,230). Sum of RGB (Red+Green+Blue) = 220+151+230=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC97E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC97E6 is #236819. Grayscale: #B4B4B4. Windows color (decimal): -2320410 or 15112156. OLE color: 15112156.

HSL color Cylindrical-coordinate representation of color #DC97E6: hue angle of 292.41º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC97E6 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220151230-
CMYK0.040.3400.10
HSL292.41º61.24%74.71%-
HSV(B)292.41º34.35%90.2%-
XYZ54.8643.0680.28-
YUV180.64155.86156.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=36.61%
G=25.12%
B=38.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201512300.040.3400.10292.4161.2474.71
HexDC97E64220A1243d4b
Octal33422734644201244475113
Binary110111001001011111100110100100010010101001001001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97E6; }

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

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

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

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

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

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

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

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