#D892D5

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

Shades of Plum #D892D5

Tints of Plum #D892D5

Color information

#D892D5 (or 0xD892D5) is unknown color: approx Plum. HEX triplet: D8, 92 and D5. RGB value is (216,146,213). Sum of RGB (Red+Green+Blue) = 216+146+213=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D892D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892D5 is #276D2A. Grayscale: #AEAEAE. Windows color (decimal): -2583851 or 13996760. OLE color: 13996760.

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

Color convert

RGB216146213-
CMYK00.320.010.15
HSL302.57º47.3%70.98%-
HSV(B)302.57º32.41%84.71%-
XYZ50.6139.9668-
YUV174.57149.69157.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 146 (57.42% from 255) = 25.39%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=37.57%
G=25.39%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614621300.320.010.15302.5747.370.98
HexD892D50201F12f2f47
Octal33022232504011745757107
Binary1101100010010010110101010100000111111001011111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892D5; }

 p { color: rgb(216,146,213); }

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

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

 a { background-color: rgb(216,146,213); }

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

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

 span { border-color: rgb(216,146,213); }

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