#DC94DA

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

Shades of Plum #DC94DA

Tints of Plum #DC94DA

Color information

#DC94DA (or 0xDC94DA) is unknown color: approx Plum. HEX triplet: DC, 94 and DA. RGB value is (220,148,218). Sum of RGB (Red+Green+Blue) = 220+148+218=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94DA is #236B25. Grayscale: #B1B1B1. Windows color (decimal): -2321190 or 14324956. OLE color: 14324956.

HSL color Cylindrical-coordinate representation of color #DC94DA: hue angle of 301.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94DA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220148218-
CMYK00.330.010.14
HSL301.67º50.7%72.16%-
HSV(B)301.67º32.73%86.27%-
XYZ52.7641.4671.55-
YUV177.51150.85158.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 148 (58.20% from 255) = 25.26%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=37.54%
G=25.26%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014821800.330.010.14301.6750.772.16
HexDC94DA0211E12e3348
Octal33422433204111645663110
Binary1101110010010100110110100100001111101001011101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94DA; }

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

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

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

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

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

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

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

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