#D895D5

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

Shades of Plum #D895D5

Tints of Plum #D895D5

Color information

#D895D5 (or 0xD895D5) is unknown color: approx Plum. HEX triplet: D8, 95 and D5. RGB value is (216,149,213). Sum of RGB (Red+Green+Blue) = 216+149+213=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D895D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895D5 is #276A2A. Grayscale: #B0B0B0. Windows color (decimal): -2583083 or 13997528. OLE color: 13997528.

HSL color Cylindrical-coordinate representation of color #D895D5: hue angle of 302.69º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D895D5 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216149213-
CMYK00.310.010.15
HSL302.69º46.21%71.57%-
HSV(B)302.69º31.02%84.71%-
XYZ51.0840.968.15-
YUV176.33148.7156.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=37.37%
G=25.78%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614921300.310.010.15302.6946.2171.57
HexD895D501F1F12f2e48
Octal33022532503711745756110
Binary110110001001010111010101011111111111001011111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895D5; }

 p { color: rgb(216,149,213); }

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

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

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

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

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

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

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