#D089DA

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

Shades of Plum #D089DA

Tints of Plum #D089DA

Color information

#D089DA (or 0xD089DA) is unknown color: approx Plum. HEX triplet: D0, 89 and DA. RGB value is (208,137,218). Sum of RGB (Red+Green+Blue) = 208+137+218=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D089DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089DA is #2F7625. Grayscale: #A7A7A7. Windows color (decimal): -3110438 or 14322128. OLE color: 14322128.

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

Color convert

RGB208137218-
CMYK0.050.3700.15
HSL292.59º52.26%69.61%-
HSV(B)292.59º37.16%85.49%-
XYZ47.6136.3670.84-
YUV167.46156.52156.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 137 (53.91% from 255) = 24.33%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=36.94%
G=24.33%
B=38.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081372180.050.3700.15292.5952.2669.61
HexD089DA5250F1253446
Octal32021133254501744564106
Binary110100001000100111011010101100101011111001001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089DA; }

 p { color: rgb(208,137,218); }

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

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

 a { background-color: rgb(208,137,218); }

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

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

 span { border-color: rgb(208,137,218); }

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