#D295D2

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

Shades of Plum #D295D2

Tints of Plum #D295D2

Color information

#D295D2 (or 0xD295D2) is unknown color: approx Plum. HEX triplet: D2, 95 and D2. RGB value is (210,149,210). Sum of RGB (Red+Green+Blue) = 210+149+210=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D295D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295D2 is #2D6A2D. Grayscale: #AEAEAE. Windows color (decimal): -2976302 or 13800914. OLE color: 13800914.

HSL color Cylindrical-coordinate representation of color #D295D2: hue angle of 300º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295D2 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB210149210-
CMYK00.2900.18
HSL300º40.4%70.39%-
HSV(B)300º29.05%82.35%-
XYZ48.9639.8566.08-
YUV174.19148.21153.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=36.91%
G=26.19%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014921000.2900.1830040.470.39
HexD295D201D01212c2846
Octal32222532203502245450106
Binary1101001010010101110100100111010100101001011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295D2; }

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

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

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

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

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

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

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

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