#D392DD

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

Shades of Plum #D392DD

Tints of Plum #D392DD

Color information

#D392DD (or 0xD392DD) is unknown color: approx Plum. HEX triplet: D3, 92 and DD. RGB value is (211,146,221). Sum of RGB (Red+Green+Blue) = 211+146+221=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D392DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392DD is #2C6D22. Grayscale: #ADADAD. Windows color (decimal): -2911523 or 14521043. OLE color: 14521043.

HSL color Cylindrical-coordinate representation of color #D392DD: hue angle of 292º 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 #D392DD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211146221-
CMYK0.050.3400.13
HSL292º52.45%71.96%-
HSV(B)292º33.94%86.67%-
XYZ50.1939.6373.41-
YUV173.98154.53154.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.51%
GREEN value IS 146 (57.42% from 255) = 25.26%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=36.51%
G=25.26%
B=38.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111462210.050.3400.1329252.4571.96
HexD392DD5220D1243448
Octal32322233554201544464110
Binary110100111001001011011101101100010011011001001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D392DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D392DD; }

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

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

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

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

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

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

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

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