#D392DB

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

Shades of Plum #D392DB

Tints of Plum #D392DB

Color information

#D392DB (or 0xD392DB) is unknown color: approx Plum. HEX triplet: D3, 92 and DB. RGB value is (211,146,219). Sum of RGB (Red+Green+Blue) = 211+146+219=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D392DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392DB is #2C6D24. Grayscale: #ADADAD. Windows color (decimal): -2911525 or 14389971. OLE color: 14389971.

HSL color Cylindrical-coordinate representation of color #D392DB: hue angle of 293.42º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D392DB is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211146219-
CMYK0.040.3300.14
HSL293.42º50.34%71.57%-
HSV(B)293.42º33.33%85.88%-
XYZ49.9339.5272.01-
YUV173.76153.53154.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=36.63%
G=25.35%
B=38.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111462190.040.3300.14293.4250.3471.57
HexD392DB4210E1253248
Octal32322233344101644562110
Binary110100111001001011011011100100001011101001001011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D392DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D392DB; }

 p { color: rgb(211,146,219); }

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

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

 a { background-color: rgb(211,146,219); }

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

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

 span { border-color: rgb(211,146,219); }

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