#D394DC

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

Shades of Plum #D394DC

Tints of Plum #D394DC

Color information

#D394DC (or 0xD394DC) is unknown color: approx Plum. HEX triplet: D3, 94 and DC. RGB value is (211,148,220). Sum of RGB (Red+Green+Blue) = 211+148+220=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #D394DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394DC is #2C6B23. Grayscale: #AEAEAE. Windows color (decimal): -2911012 or 14456019. OLE color: 14456019.

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

Color convert

RGB211148220-
CMYK0.040.3300.14
HSL292.5º50.7%72.16%-
HSV(B)292.5º32.73%86.27%-
XYZ50.3740.272.81-
YUV175.04153.37153.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.44%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=36.44%
G=25.56%
B=38.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111482200.040.3300.14292.550.772.16
HexD394DC4210E1243348
Octal32322433444101644463110
Binary110100111001010011011100100100001011101001001001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D394DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D394DC; }

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

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

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

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

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

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

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

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