#d295dc

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

Shades of Plum #D295DC

Tints of Plum #D295DC

Color information

#D295DC (or 0xD295DC) is unknown color: approx Plum. HEX triplet: D2, 95 and DC. RGB value is (210,149,220). Sum of RGB (Red+Green+Blue) = 210+149+220=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 149 (58.59% from 255 or 25.73% 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 #D295DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295DC is #2D6A23. Grayscale: #AFAFAF. Windows color (decimal): -2976292 or 14456274. OLE color: 14456274.

HSL color Cylindrical-coordinate representation of color #D295DC: hue angle of 291.55º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D295DC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210149220-
CMYK0.050.3200.14
HSL291.55º50.35%72.35%-
HSV(B)291.55º32.27%86.27%-
XYZ50.2440.3672.85-
YUV175.33153.21152.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=36.27%
G=25.73%
B=38.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101492200.050.3200.14291.5550.3572.35
HexD295DC5200E1243248
Octal32222533454001644462110
Binary110100101001010111011100101100000011101001001001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d295dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d295dc; }

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

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

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

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

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

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

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

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