#DC94DF

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

Shades of Plum #DC94DF

Tints of Plum #DC94DF

Color information

#DC94DF (or 0xDC94DF) is unknown color: approx Plum. HEX triplet: DC, 94 and DF. RGB value is (220,148,223). Sum of RGB (Red+Green+Blue) = 220+148+223=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94DF is #236B20. Grayscale: #B1B1B1. Windows color (decimal): -2321185 or 14652636. OLE color: 14652636.

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

Color convert

RGB220148223-
CMYK0.010.3400.13
HSL297.6º53.96%72.75%-
HSV(B)297.6º33.63%87.45%-
XYZ53.4241.7275.05-
YUV178.08153.35157.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 148 (58.20% from 255) = 25.04%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=37.23%
G=25.04%
B=37.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201482230.010.3400.13297.653.9672.75
HexDC94DF1220D12a3649
Octal33422433714201545266111
Binary1101110010010100110111111100010011011001010101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94DF; }

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

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

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

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

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

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

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

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