#D199DA

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

Shades of Plum #D199DA

Tints of Plum #D199DA

Color information

#D199DA (or 0xD199DA) is unknown color: approx Plum. HEX triplet: D1, 99 and DA. RGB value is (209,153,218). Sum of RGB (Red+Green+Blue) = 209+153+218=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D199DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199DA is #2E6625. Grayscale: #B0B0B0. Windows color (decimal): -3040806 or 14326225. OLE color: 14326225.

HSL color Cylindrical-coordinate representation of color #D199DA: hue angle of 291.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D199DA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209153218-
CMYK0.040.3000.15
HSL291.69º46.76%72.75%-
HSV(B)291.69º29.82%85.49%-
XYZ50.3441.471.67-
YUV177.15151.05150.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.03%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=36.03%
G=26.38%
B=37.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091532180.040.3000.15291.6946.7672.75
HexD199DA41E0F1242f49
Octal32123133243601744457111
Binary11010001100110011101101010011110011111001001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D199DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D199DA; }

 p { color: rgb(209,153,218); }

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

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

 a { background-color: rgb(209,153,218); }

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

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

 span { border-color: rgb(209,153,218); }

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