#D893CF

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

Shades of Plum #D893CF

Tints of Plum #D893CF

Color information

#D893CF (or 0xD893CF) is unknown color: approx Plum. HEX triplet: D8, 93 and CF. RGB value is (216,147,207). Sum of RGB (Red+Green+Blue) = 216+147+207=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D893CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893CF is #276C30. Grayscale: #AEAEAE. Windows color (decimal): -2583601 or 13603800. OLE color: 13603800.

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

Color convert

RGB216147207-
CMYK00.320.040.15
HSL307.83º46.94%71.18%-
HSV(B)307.83º31.94%84.71%-
XYZ50.0239.9764.11-
YUV174.47146.36157.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=37.89%
G=25.79%
B=36.32%

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
Decimal21614720700.320.040.15307.8346.9471.18
HexD893CF0204F1342f47
Octal33022331704041746457107
Binary110110001001001111001111010000010011111001101001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893CF; }

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

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

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

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

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

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

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

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