#D294D7

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

Shades of Plum #D294D7

Tints of Plum #D294D7

Color information

#D294D7 (or 0xD294D7) is unknown color: approx Plum. HEX triplet: D2, 94 and D7. RGB value is (210,148,215). Sum of RGB (Red+Green+Blue) = 210+148+215=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #D294D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294D7 is #2D6B28. Grayscale: #ADADAD. Windows color (decimal): -2976553 or 14128338. OLE color: 14128338.

HSL color Cylindrical-coordinate representation of color #D294D7: hue angle of 295.52º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D294D7 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210148215-
CMYK0.020.3100.16
HSL295.52º45.58%71.18%-
HSV(B)295.52º31.16%84.31%-
XYZ49.4339.7969.36-
YUV174.18151.04153.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=36.65%
G=25.83%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101482150.020.3100.16295.5245.5871.18
HexD294D721F0101282e47
Octal32222432723702045056107
Binary11010010100101001101011110111110100001001010001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294D7; }

 p { color: rgb(210,148,215); }

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

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

 a { background-color: rgb(210,148,215); }

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

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

 span { border-color: rgb(210,148,215); }

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