#D392D7

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

Shades of Plum #D392D7

Tints of Plum #D392D7

Color information

#D392D7 (or 0xD392D7) is unknown color: approx Plum. HEX triplet: D3, 92 and D7. RGB value is (211,146,215). Sum of RGB (Red+Green+Blue) = 211+146+215=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #D392D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392D7 is #2C6D28. Grayscale: #ADADAD. Windows color (decimal): -2911529 or 14127827. OLE color: 14127827.

HSL color Cylindrical-coordinate representation of color #D392D7: hue angle of 296.52º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D392D7 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211146215-
CMYK0.020.3200.16
HSL296.52º46.31%70.78%-
HSV(B)296.52º32.09%84.31%-
XYZ49.4139.3169.27-
YUV173.3151.53154.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.89%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 215 (84.38% from 255) = 37.59%
R=36.89%
G=25.52%
B=37.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111462150.020.3200.16296.5246.3170.78
HexD392D72200101292e47
Octal32322232724002045156107
Binary110100111001001011010111101000000100001001010011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D392D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D392D7; }

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

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

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

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

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

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

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

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