#DC97DB

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

Shades of Plum #DC97DB

Tints of Plum #DC97DB

Color information

#DC97DB (or 0xDC97DB) is unknown color: approx Plum. HEX triplet: DC, 97 and DB. RGB value is (220,151,219). Sum of RGB (Red+Green+Blue) = 220+151+219=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97DB is #236824. Grayscale: #B3B3B3. Windows color (decimal): -2320421 or 14391260. OLE color: 14391260.

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

Color convert

RGB220151219-
CMYK00.310.000.14
HSL300.87º49.64%72.75%-
HSV(B)300.87º31.36%86.27%-
XYZ53.3742.4672.4-
YUV179.38150.36156.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=37.29%
G=25.59%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015121900.310.000.14300.8749.6472.75
HexDC97DB01F0E12d3249
Octal33422733303701645562111
Binary110111001001011111011011011111011101001011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97DB; }

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

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

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

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

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

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

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

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