#D294D9

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

Shades of Plum #D294D9

Tints of Plum #D294D9

Color information

#D294D9 (or 0xD294D9) is unknown color: approx Plum. HEX triplet: D2, 94 and D9. RGB value is (210,148,217). Sum of RGB (Red+Green+Blue) = 210+148+217=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #D294D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294D9 is #2D6B26. Grayscale: #AEAEAE. Windows color (decimal): -2976551 or 14259410. OLE color: 14259410.

HSL color Cylindrical-coordinate representation of color #D294D9: hue angle of 293.91º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D294D9 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210148217-
CMYK0.030.3200.15
HSL293.91º47.59%71.57%-
HSV(B)293.91º31.8%85.1%-
XYZ49.6939.8970.73-
YUV174.4152.04153.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 148 (58.20% from 255) = 25.74%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=36.52%
G=25.74%
B=37.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101482170.030.3200.15293.9147.5971.57
HexD294D93200F1263048
Octal32222433134001744660110
Binary11010010100101001101100111100000011111001001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294D9; }

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

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

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

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

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

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

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

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