Html Css Color HEX #D89EE1 Plum

📋 copy color: '#D89EE1'

red 216 ◦ green 158 ◦ blue 225

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

Shades of Plum #D89EE1

Tints of Plum #D89EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 36.06%
G = 26.38%
B = 37.56%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D89EE1 (or 0xD89EE1) is known color: Plum. HEX triplet: D8, 9E and E1. RGB value is (216,158,225). Sum of RGB (Red+Green+Blue) = 216+158+225=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #D89EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89EE1 is #27611E. Grayscale: #B6B6B6. Windows color (decimal): -2580767 or 14786264. OLE color: 14786264.

HSL color Cylindrical-coordinate representation of color #D89EE1: hue angle of 291.94º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89EE1 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 158 225 -
CMYK 0.04 0.30 0 0.12
HSL 291.94º 0.53% 0.75% -
HSV(B) 291.94º 0.3% 0.88% -
XYZ 54.14 44.49 76.97 -
YUV 182.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 216 158 225 0.04 0.30 0 0.12 291.94 0.53 0.75
Hex D8 9E E1 4 1E 0 C 124 35 4B
Octal 330 236 341 4 36 0 14 444 65 113
Binary 11011000 10011110 11100001 100 11110 0 1100 100100100 110101 1001011

Color Harmonies of #D89EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89EE1

Black with #D89EE1

Text Example


Text Example

White with #D89EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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