#DC97D0

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

Shades of Plum #DC97D0

Tints of Plum #DC97D0

Color information

#DC97D0 (or 0xDC97D0) is unknown color: approx Plum. HEX triplet: DC, 97 and D0. RGB value is (220,151,208). Sum of RGB (Red+Green+Blue) = 220+151+208=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97D0 is #23682F. Grayscale: #B1B1B1. Windows color (decimal): -2320432 or 13670364. OLE color: 13670364.

HSL color Cylindrical-coordinate representation of color #DC97D0: hue angle of 310.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97D0 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220151208-
CMYK00.310.050.14
HSL310.43º49.64%72.75%-
HSV(B)310.43º31.36%86.27%-
XYZ51.9741.965.02-
YUV178.13144.86157.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=38.00%
G=26.08%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015120800.310.050.14310.4349.6472.75
HexDC97D001F5E1363249
Octal33422732003751646662111
Binary11011100100101111101000001111110111101001101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97D0; }

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

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

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

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

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

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

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

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