#DC94E9

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

Shades of Plum #DC94E9

Tints of Plum #DC94E9

Color information

#DC94E9 (or 0xDC94E9) is unknown color: approx Plum. HEX triplet: DC, 94 and E9. RGB value is (220,148,233). Sum of RGB (Red+Green+Blue) = 220+148+233=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC94E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94E9 is #236B16. Grayscale: #B2B2B2. Windows color (decimal): -2321175 or 15307996. OLE color: 15307996.

HSL color Cylindrical-coordinate representation of color #DC94E9: hue angle of 290.82º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC94E9 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220148233-
CMYK0.060.3600.09
HSL290.82º65.89%74.71%-
HSV(B)290.82º36.48%91.37%-
XYZ54.8142.2882.36-
YUV179.22158.35157.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=36.61%
G=24.63%
B=38.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201482330.060.3600.09290.8265.8974.71
HexDC94E962409123424b
Octal334224351644011443102113
Binary1101110010010100111010011101001000100110010001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94E9; }

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

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

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

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

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

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

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

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