#D189DB

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

Shades of Plum #D189DB

Tints of Plum #D189DB

Color information

#D189DB (or 0xD189DB) is unknown color: approx Plum. HEX triplet: D1, 89 and DB. RGB value is (209,137,219). Sum of RGB (Red+Green+Blue) = 209+137+219=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #D189DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189DB is #2E7624. Grayscale: #A7A7A7. Windows color (decimal): -3044901 or 14387665. OLE color: 14387665.

HSL color Cylindrical-coordinate representation of color #D189DB: hue angle of 292.68º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D189DB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209137219-
CMYK0.050.3700.14
HSL292.68º53.25%69.8%-
HSV(B)292.68º37.44%85.88%-
XYZ48.0336.5671.54-
YUV167.88156.85157.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 137 (53.91% from 255) = 24.25%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=36.99%
G=24.25%
B=38.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091372190.050.3700.14292.6853.2569.8
HexD189DB5250E1253546
Octal32121133354501644565106
Binary110100011000100111011011101100101011101001001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D189DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D189DB; }

 p { color: rgb(209,137,219); }

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

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

 a { background-color: rgb(209,137,219); }

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

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

 span { border-color: rgb(209,137,219); }

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