#D893DD

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

Shades of Plum #D893DD

Tints of Plum #D893DD

Color information

#D893DD (or 0xD893DD) is unknown color: approx Plum. HEX triplet: D8, 93 and DD. RGB value is (216,147,221). Sum of RGB (Red+Green+Blue) = 216+147+221=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D893DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893DD is #276C22. Grayscale: #AFAFAF. Windows color (decimal): -2583587 or 14521304. OLE color: 14521304.

HSL color Cylindrical-coordinate representation of color #D893DD: hue angle of 295.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D893DD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216147221-
CMYK0.020.3300.13
HSL295.95º52.11%72.16%-
HSV(B)295.95º33.48%86.67%-
XYZ51.840.6973.53-
YUV176.07153.36156.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.99%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=36.99%
G=25.17%
B=37.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161472210.020.3300.13295.9552.1172.16
HexD893DD2210D1283448
Octal33022333524101545064110
Binary11011000100100111101110110100001011011001010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893DD; }

 p { color: rgb(216,147,221); }

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

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

 a { background-color: rgb(216,147,221); }

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

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

 span { border-color: rgb(216,147,221); }

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