Html Css Color HEX #D89ED1 Plum

📋 copy color: '#D89ED1'

red 216 ◦ green 158 ◦ blue 209

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

Shades of Plum #D89ED1

Tints of Plum #D89ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.85%

R = 37.05%
G = 27.1%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D89ED1 (or 0xD89ED1) is known color: Plum. HEX triplet: D8, 9E and D1. RGB value is (216,158,209). Sum of RGB (Red+Green+Blue) = 216+158+209=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ED1 is #27612E. Grayscale: #B5B5B5. Windows color (decimal): -2580783 or 13737688. OLE color: 13737688.

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

Color convert

RGB 216 158 209 -
CMYK 0 0.27 0.03 0.15
HSL 307.24º 0.43% 0.73% -
HSV(B) 307.24º 0.27% 0.85% -
XYZ 52.05 43.66 66 -
YUV 181.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 216 158 209 0 0.27 0.03 0.15 307.24 0.43 0.73
Hex D8 9E D1 0 1B 3 F 133 2B 49
Octal 330 236 321 0 33 3 17 463 53 111
Binary 11011000 10011110 11010001 0 11011 11 1111 100110011 101011 1001001

Color Harmonies of #D89ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89ED1

Black with #D89ED1

Text Example


Text Example

White with #D89ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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