#D893CE

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

Shades of Plum #D893CE

Tints of Plum #D893CE

Color information

#D893CE (or 0xD893CE) is unknown color: approx Plum. HEX triplet: D8, 93 and CE. RGB value is (216,147,206). Sum of RGB (Red+Green+Blue) = 216+147+206=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D893CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893CE is #276C31. Grayscale: #AEAEAE. Windows color (decimal): -2583602 or 13538264. OLE color: 13538264.

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

Color convert

RGB216147206-
CMYK00.320.050.15
HSL308.7º46.94%71.18%-
HSV(B)308.7º31.94%84.71%-
XYZ49.8939.9263.47-
YUV174.36145.86157.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 206 (80.86% from 255) = 36.20%
R=37.96%
G=25.83%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614720600.320.050.15308.746.9471.18
HexD893CE0205F1352f47
Octal33022331604051746557107
Binary110110001001001111001110010000010111111001101011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893CE; }

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

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

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

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

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

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

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

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