#D892D6

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

Shades of Plum #D892D6

Tints of Plum #D892D6

Color information

#D892D6 (or 0xD892D6) is unknown color: approx Plum. HEX triplet: D8, 92 and D6. RGB value is (216,146,214). Sum of RGB (Red+Green+Blue) = 216+146+214=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D892D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892D6 is #276D29. Grayscale: #AEAEAE. Windows color (decimal): -2583850 or 14062296. OLE color: 14062296.

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

Color convert

RGB216146214-
CMYK00.320.010.15
HSL301.71º47.3%70.98%-
HSV(B)301.71º32.41%84.71%-
XYZ50.7440.0168.67-
YUV174.68150.19157.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 214 (83.98% from 255) = 37.15%
R=37.5%
G=25.35%
B=37.15%

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
Decimal21614621400.320.010.15301.7147.370.98
HexD892D60201F12e2f47
Octal33022232604011745657107
Binary1101100010010010110101100100000111111001011101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892D6; }

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

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

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

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

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

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

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

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