#D089D6

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

Shades of Plum #D089D6

Tints of Plum #D089D6

Color information

#D089D6 (or 0xD089D6) is unknown color: approx Plum. HEX triplet: D0, 89 and D6. RGB value is (208,137,214). Sum of RGB (Red+Green+Blue) = 208+137+214=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #D089D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089D6 is #2F7629. Grayscale: #A6A6A6. Windows color (decimal): -3110442 or 14059984. OLE color: 14059984.

HSL color Cylindrical-coordinate representation of color #D089D6: hue angle of 295.32º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D089D6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208137214-
CMYK0.030.3600.16
HSL295.32º48.43%68.82%-
HSV(B)295.32º35.98%83.92%-
XYZ47.136.1668.11-
YUV167.01154.52157.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=37.21%
G=24.51%
B=38.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081372140.030.3600.16295.3248.4368.82
HexD089D63240101273045
Octal32021132634402044760105
Binary110100001000100111010110111001000100001001001111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089D6; }

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

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

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

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

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

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

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

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