#DC97CF

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

Shades of Plum #DC97CF

Tints of Plum #DC97CF

Color information

#DC97CF (or 0xDC97CF) is unknown color: approx Plum. HEX triplet: DC, 97 and CF. RGB value is (220,151,207). Sum of RGB (Red+Green+Blue) = 220+151+207=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97CF is #236830. Grayscale: #B1B1B1. Windows color (decimal): -2320433 or 13604828. OLE color: 13604828.

HSL color Cylindrical-coordinate representation of color #DC97CF: hue angle of 311.3º 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 #DC97CF is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220151207-
CMYK00.310.060.14
HSL311.3º49.64%72.75%-
HSV(B)311.3º31.36%86.27%-
XYZ51.8441.8564.38-
YUV178.02144.36157.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=38.06%
G=26.12%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015120700.310.060.14311.349.6472.75
HexDC97CF01F6E1373249
Octal33422731703761646762111
Binary11011100100101111100111101111111011101001101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97CF; }

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

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

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

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

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

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

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

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