#DC97DF

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

Shades of Plum #DC97DF

Tints of Plum #DC97DF

Color information

#DC97DF (or 0xDC97DF) is unknown color: approx Plum. HEX triplet: DC, 97 and DF. RGB value is (220,151,223). Sum of RGB (Red+Green+Blue) = 220+151+223=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97DF is #236820. Grayscale: #B3B3B3. Windows color (decimal): -2320417 or 14653404. OLE color: 14653404.

HSL color Cylindrical-coordinate representation of color #DC97DF: hue angle of 297.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC97DF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220151223-
CMYK0.010.3200.13
HSL297.5º52.94%73.33%-
HSV(B)297.5º32.29%87.45%-
XYZ53.942.6875.21-
YUV179.84152.36156.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=37.04%
G=25.42%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201512230.010.3200.13297.552.9473.33
HexDC97DF1200D12a3549
Octal33422733714001545265111
Binary1101110010010111110111111100000011011001010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97DF; }

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

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

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

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

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

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

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

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