#D895DC

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

Shades of Plum #D895DC

Tints of Plum #D895DC

Color information

#D895DC (or 0xD895DC) is unknown color: approx Plum. HEX triplet: D8, 95 and DC. RGB value is (216,149,220). Sum of RGB (Red+Green+Blue) = 216+149+220=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D895DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895DC is #276A23. Grayscale: #B0B0B0. Windows color (decimal): -2583076 or 14456280. OLE color: 14456280.

HSL color Cylindrical-coordinate representation of color #D895DC: hue angle of 296.62º 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 #D895DC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216149220-
CMYK0.020.3200.14
HSL296.62º50.35%72.35%-
HSV(B)296.62º32.27%86.27%-
XYZ51.9841.2672.93-
YUV177.13152.2155.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=36.92%
G=25.47%
B=37.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161492200.020.3200.14296.6250.3572.35
HexD895DC2200E1293248
Octal33022533424001645162110
Binary11011000100101011101110010100000011101001010011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895DC; }

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

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

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

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

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

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

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

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