#DC94D9

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

Shades of Plum #DC94D9

Tints of Plum #DC94D9

Color information

#DC94D9 (or 0xDC94D9) is unknown color: approx Plum. HEX triplet: DC, 94 and D9. RGB value is (220,148,217). Sum of RGB (Red+Green+Blue) = 220+148+217=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94D9 is #236B26. Grayscale: #B1B1B1. Windows color (decimal): -2321191 or 14259420. OLE color: 14259420.

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

Color convert

RGB220148217-
CMYK00.330.010.14
HSL302.5º50.7%72.16%-
HSV(B)302.5º32.73%86.27%-
XYZ52.6341.4170.86-
YUV177.39150.35158.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=37.61%
G=25.30%
B=37.09%

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
Decimal22014821700.330.010.14302.550.772.16
HexDC94D90211E12e3348
Octal33422433104111645663110
Binary1101110010010100110110010100001111101001011101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94D9; }

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

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

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

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

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

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

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

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