#D295D6

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

Shades of Plum #D295D6

Tints of Plum #D295D6

Color information

#D295D6 (or 0xD295D6) is unknown color: approx Plum. HEX triplet: D2, 95 and D6. RGB value is (210,149,214). Sum of RGB (Red+Green+Blue) = 210+149+214=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #D295D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295D6 is #2D6A29. Grayscale: #AEAEAE. Windows color (decimal): -2976298 or 14063058. OLE color: 14063058.

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

Color convert

RGB210149214-
CMYK0.020.3000.16
HSL296.31º44.22%71.18%-
HSV(B)296.31º30.37%83.92%-
XYZ49.4640.0568.74-
YUV174.65150.21153.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=36.65%
G=26.00%
B=37.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101492140.020.3000.16296.3144.2271.18
HexD295D621E0101282c47
Octal32222532623602045054107
Binary11010010100101011101011010111100100001001010001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295D6; }

 p { color: rgb(210,149,214); }

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

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

 a { background-color: rgb(210,149,214); }

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

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

 span { border-color: rgb(210,149,214); }

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