#D397DD

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

Shades of Plum #D397DD

Tints of Plum #D397DD

Color information

#D397DD (or 0xD397DD) is unknown color: approx Plum. HEX triplet: D3, 97 and DD. RGB value is (211,151,221). Sum of RGB (Red+Green+Blue) = 211+151+221=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D397DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397DD is #2C6822. Grayscale: #B0B0B0. Windows color (decimal): -2910243 or 14522323. OLE color: 14522323.

HSL color Cylindrical-coordinate representation of color #D397DD: hue angle of 291.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D397DD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211151221-
CMYK0.050.3200.13
HSL291.43º50.72%72.94%-
HSV(B)291.43º31.67%86.67%-
XYZ50.9841.273.67-
YUV176.92152.88152.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.19%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=36.19%
G=25.90%
B=37.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111512210.050.3200.13291.4350.7272.94
HexD397DD5200D1233349
Octal32322733554001544363111
Binary110100111001011111011101101100000011011001000111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397DD; }

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

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

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

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

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

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

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

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