Html Css Color HEX #D89ED7 Plum

📋 copy color: '#D89ED7'

red 216 ◦ green 158 ◦ blue 215

#D89ED7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D89ED7

Tints of Plum #D89ED7

RGB

 RED value IS 216 (84.77% from 255) = 36.67%

 GREEN value IS 158 (62.11% from 255) = 26.83%

 BLUE value IS 215 (84.38% from 255) = 36.5%

R = 36.67%
G = 26.83%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D89ED7 (or 0xD89ED7) is known color: Plum. HEX triplet: D8, 9E and D7. RGB value is (216,158,215). Sum of RGB (Red+Green+Blue) = 216+158+215=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ED7 is #276128. Grayscale: #B5B5B5. Windows color (decimal): -2580777 or 14130904. OLE color: 14130904.

HSL color Cylindrical-coordinate representation of color #D89ED7: hue angle of 301.03º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89ED7 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 158 215 -
CMYK 0 0.27 0.00 0.15
HSL 301.03º 0.43% 0.73% -
HSV(B) 301.03º 0.27% 0.85% -
XYZ 52.81 43.96 69.99 -
YUV 181.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 216 158 215 0 0.27 0.00 0.15 301.03 0.43 0.73
Hex D8 9E D7 0 1B 0 F 12D 2B 49
Octal 330 236 327 0 33 0 17 455 53 111
Binary 11011000 10011110 11010111 0 11011 0 1111 100101101 101011 1001001

Color Harmonies of #D89ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89ED7

Black with #D89ED7

Text Example


Text Example

White with #D89ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89ED7; }

 p { color: rgb(216,158,215); }

 H1.HeaderClassName
 {
   color: #D89ED7;
 }
 .AnyTagClassName
 {
   color: #D89ED7;
 }
</style>

background-color css

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

 a { background-color: rgb(216,158,215); }

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

border-color css

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

 span { border-color: rgb(216,158,215); }

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