Html Css Color HEX #D89ED0 Plum

📋 copy color: '#D89ED0'

red 216 ◦ green 158 ◦ blue 208

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

Shades of Plum #D89ED0

Tints of Plum #D89ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 37.11%
G = 27.15%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D89ED0 (or 0xD89ED0) is known color: Plum. HEX triplet: D8, 9E and D0. RGB value is (216,158,208). Sum of RGB (Red+Green+Blue) = 216+158+208=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ED0 is #27612F. Grayscale: #B4B4B4. Windows color (decimal): -2580784 or 13672152. OLE color: 13672152.

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

Color convert

RGB 216 158 208 -
CMYK 0 0.27 0.04 0.15
HSL 308.28º 0.43% 0.73% -
HSV(B) 308.28º 0.27% 0.85% -
XYZ 51.93 43.61 65.35 -
YUV 181.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 216 158 208 0 0.27 0.04 0.15 308.28 0.43 0.73
Hex D8 9E D0 0 1B 4 F 134 2B 49
Octal 330 236 320 0 33 4 17 464 53 111
Binary 11011000 10011110 11010000 0 11011 100 1111 100110100 101011 1001001

Color Harmonies of #D89ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89ED0

Black with #D89ED0

Text Example


Text Example

White with #D89ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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