#D893D0

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

Shades of Plum #D893D0

Tints of Plum #D893D0

Color information

#D893D0 (or 0xD893D0) is unknown color: approx Plum. HEX triplet: D8, 93 and D0. RGB value is (216,147,208). Sum of RGB (Red+Green+Blue) = 216+147+208=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D893D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893D0 is #276C2F. Grayscale: #AEAEAE. Windows color (decimal): -2583600 or 13669336. OLE color: 13669336.

HSL color Cylindrical-coordinate representation of color #D893D0: hue angle of 306.96º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D893D0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216147208-
CMYK00.320.040.15
HSL306.96º46.94%71.18%-
HSV(B)306.96º31.94%84.71%-
XYZ50.1440.0264.76-
YUV174.58146.86157.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=37.83%
G=25.74%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614720800.320.040.15306.9646.9471.18
HexD893D00204F1332f47
Octal33022332004041746357107
Binary110110001001001111010000010000010011111001100111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893D0; }

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

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

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

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

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

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

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

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