#D399DD

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

Shades of Plum #D399DD

Tints of Plum #D399DD

Color information

#D399DD (or 0xD399DD) is unknown color: approx Plum. HEX triplet: D3, 99 and DD. RGB value is (211,153,221). Sum of RGB (Red+Green+Blue) = 211+153+221=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D399DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399DD is #2C6622. Grayscale: #B1B1B1. Windows color (decimal): -2909731 or 14522835. OLE color: 14522835.

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

Color convert

RGB211153221-
CMYK0.050.3100.13
HSL291.18º50%73.33%-
HSV(B)291.18º30.77%86.67%-
XYZ51.3141.8573.78-
YUV178.09152.22151.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=36.07%
G=26.15%
B=37.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111532210.050.3100.13291.185073.33
HexD399DD51F0D1233249
Octal32323133553701544362111
Binary11010011100110011101110110111111011011001000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399DD; }

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

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

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

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

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

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

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

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