#D289DE

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

Shades of Plum #D289DE

Tints of Plum #D289DE

Color information

#D289DE (or 0xD289DE) is unknown color: approx Plum. HEX triplet: D2, 89 and DE. RGB value is (210,137,222). Sum of RGB (Red+Green+Blue) = 210+137+222=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #D289DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289DE is #2D7621. Grayscale: #A8A8A8. Windows color (decimal): -2979362 or 14584274. OLE color: 14584274.

HSL color Cylindrical-coordinate representation of color #D289DE: hue angle of 291.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D289DE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210137222-
CMYK0.050.3800.13
HSL291.53º56.29%70.39%-
HSV(B)291.53º38.29%87.06%-
XYZ48.7136.8773.66-
YUV168.52158.18157.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=36.91%
G=24.08%
B=39.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101372220.050.3800.13291.5356.2970.39
HexD289DE5260D1243846
Octal32221133654601544470106
Binary110100101000100111011110101100110011011001001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D289DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D289DE; }

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

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

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

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

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

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

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

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