#D289DB

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

Shades of Plum #D289DB

Tints of Plum #D289DB

Color information

#D289DB (or 0xD289DB) is unknown color: approx Plum. HEX triplet: D2, 89 and DB. RGB value is (210,137,219). Sum of RGB (Red+Green+Blue) = 210+137+219=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D289DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289DB is #2D7624. Grayscale: #A7A7A7. Windows color (decimal): -2979365 or 14387666. OLE color: 14387666.

HSL color Cylindrical-coordinate representation of color #D289DB: hue angle of 293.41º 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 #D289DB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210137219-
CMYK0.040.3700.14
HSL293.41º53.25%69.8%-
HSV(B)293.41º37.44%85.88%-
XYZ48.3136.7171.56-
YUV168.18156.68157.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=37.10%
G=24.20%
B=38.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101372190.040.3700.14293.4153.2569.8
HexD289DB4250E1253546
Octal32221133344501644565106
Binary110100101000100111011011100100101011101001001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D289DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D289DB; }

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

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

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

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

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

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

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

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