#DC94F3

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

Shades of Plum #DC94F3

Tints of Plum #DC94F3

Color information

#DC94F3 (or 0xDC94F3) is unknown color: approx Plum. HEX triplet: DC, 94 and F3. RGB value is (220,148,243). Sum of RGB (Red+Green+Blue) = 220+148+243=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC94F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94F3 is #236B0C. Grayscale: #B4B4B4. Windows color (decimal): -2321165 or 15963356. OLE color: 15963356.

HSL color Cylindrical-coordinate representation of color #DC94F3: hue angle of 285.47º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC94F3 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220148243-
CMYK0.090.3900.05
HSL285.47º79.83%76.67%-
HSV(B)285.47º39.09%95.29%-
XYZ56.2842.8790.1-
YUV180.36163.35156.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 148 (58.20% from 255) = 24.22%
BLUE value IS 243 (95.31% from 255) = 39.77%
R=36.01%
G=24.22%
B=39.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201482430.090.3900.05285.4779.8376.67
HexDC94F39270511d504d
Octal334224363114705435120115
Binary1101110010010100111100111001100111010110001110110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94F3; }

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

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

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

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

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

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

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

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