#D295D3

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

Shades of Plum #D295D3

Tints of Plum #D295D3

Color information

#D295D3 (or 0xD295D3) is unknown color: approx Plum. HEX triplet: D2, 95 and D3. RGB value is (210,149,211). Sum of RGB (Red+Green+Blue) = 210+149+211=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #D295D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295D3 is #2D6A2C. Grayscale: #AEAEAE. Windows color (decimal): -2976301 or 13866450. OLE color: 13866450.

HSL color Cylindrical-coordinate representation of color #D295D3: hue angle of 299.03º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295D3 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210149211-
CMYK0.000.2900.17
HSL299.03º41.33%70.59%-
HSV(B)299.03º29.38%82.75%-
XYZ49.0839.966.74-
YUV174.31148.71153.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 211 (82.81% from 255) = 37.02%
R=36.84%
G=26.14%
B=37.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101492110.000.2900.17299.0341.3370.59
HexD295D301D01112b2947
Octal32222532303502145351107
Binary1101001010010101110100110111010100011001010111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295D3; }

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

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

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

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

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

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

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

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