#D892CC

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

Shades of Plum #D892CC

Tints of Plum #D892CC

Color information

#D892CC (or 0xD892CC) is unknown color: approx Plum. HEX triplet: D8, 92 and CC. RGB value is (216,146,204). Sum of RGB (Red+Green+Blue) = 216+146+204=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D892CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892CC is #276D33. Grayscale: #ADADAD. Windows color (decimal): -2583860 or 13406936. OLE color: 13406936.

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

Color convert

RGB216146204-
CMYK00.320.060.15
HSL310.29º47.3%70.98%-
HSV(B)310.29º32.41%84.71%-
XYZ49.539.5262.15-
YUV173.54145.19158.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 146 (57.42% from 255) = 25.80%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=38.16%
G=25.80%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614620400.320.060.15310.2947.370.98
HexD892CC0206F1362f47
Octal33022231404061746657107
Binary110110001001001011001100010000011011111001101101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892CC; }

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

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

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

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

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

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

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

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