#D399D4

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

Shades of Plum #D399D4

Tints of Plum #D399D4

Color information

#D399D4 (or 0xD399D4) is unknown color: approx Plum. HEX triplet: D3, 99 and D4. RGB value is (211,153,212). Sum of RGB (Red+Green+Blue) = 211+153+212=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #D399D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399D4 is #2C662B. Grayscale: #B0B0B0. Windows color (decimal): -2909740 or 13933011. OLE color: 13933011.

HSL color Cylindrical-coordinate representation of color #D399D4: hue angle of 298.98º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D399D4 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB211153212-
CMYK0.000.2800.17
HSL298.98º40.69%71.57%-
HSV(B)298.98º27.83%83.14%-
XYZ50.1441.3867.63-
YUV177.07147.72152.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 212 (83.20% from 255) = 36.81%
R=36.63%
G=26.56%
B=36.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111532120.000.2800.17298.9840.6971.57
HexD399D401C01112b2948
Octal32323132403402145351110
Binary1101001110011001110101000111000100011001010111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399D4; }

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

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

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

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

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

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

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

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