#D294DC

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

Shades of Plum #D294DC

Tints of Plum #D294DC

Color information

#D294DC (or 0xD294DC) is unknown color: approx Plum. HEX triplet: D2, 94 and DC. RGB value is (210,148,220). Sum of RGB (Red+Green+Blue) = 210+148+220=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D294DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294DC is #2D6B23. Grayscale: #AEAEAE. Windows color (decimal): -2976548 or 14456018. OLE color: 14456018.

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

Color convert

RGB210148220-
CMYK0.050.3300.14
HSL291.67º50.7%72.16%-
HSV(B)291.67º32.73%86.27%-
XYZ50.0940.0572.8-
YUV174.75153.54153.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=36.33%
G=25.61%
B=38.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101482200.050.3300.14291.6750.772.16
HexD294DC5210E1243348
Octal32222433454101644463110
Binary110100101001010011011100101100001011101001001001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294DC; }

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

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

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

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

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

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

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

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