#D992D8

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

Shades of Plum #D992D8

Tints of Plum #D992D8

Color information

#D992D8 (or 0xD992D8) is unknown color: approx Plum. HEX triplet: D9, 92 and D8. RGB value is (217,146,216). Sum of RGB (Red+Green+Blue) = 217+146+216=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D992D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992D8 is #266D27. Grayscale: #AFAFAF. Windows color (decimal): -2518312 or 14193369. OLE color: 14193369.

HSL color Cylindrical-coordinate representation of color #D992D8: hue angle of 300.85º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D992D8 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217146216-
CMYK00.330.000.15
HSL300.85º48.3%71.18%-
HSV(B)300.85º32.72%85.1%-
XYZ51.2940.2770.03-
YUV175.21151.02157.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 146 (57.42% from 255) = 25.22%
BLUE value IS 216 (84.77% from 255) = 37.31%
R=37.48%
G=25.22%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714621600.330.000.15300.8548.371.18
HexD992D80210F12d3047
Octal33122233004101745560107
Binary1101100110010010110110000100001011111001011011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992D8; }

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

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

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

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

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

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

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

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