#D892DD

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

Shades of Plum #D892DD

Tints of Plum #D892DD

Color information

#D892DD (or 0xD892DD) is unknown color: approx Plum. HEX triplet: D8, 92 and DD. RGB value is (216,146,221). Sum of RGB (Red+Green+Blue) = 216+146+221=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D892DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892DD is #276D22. Grayscale: #AFAFAF. Windows color (decimal): -2583843 or 14521048. OLE color: 14521048.

HSL color Cylindrical-coordinate representation of color #D892DD: hue angle of 296º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D892DD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216146221-
CMYK0.020.3400.13
HSL296º52.45%71.96%-
HSV(B)296º33.94%86.67%-
XYZ51.6540.3873.48-
YUV175.48153.69156.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 146 (57.42% from 255) = 25.04%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=37.05%
G=25.04%
B=37.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161462210.020.3400.1329652.4571.96
HexD892DD2220D1283448
Octal33022233524201545064110
Binary11011000100100101101110110100010011011001010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892DD; }

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

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

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

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

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

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

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

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