Html Css Color HEX #D89AE0 Plum

📋 copy color: '#D89AE0'

red 216 ◦ green 154 ◦ blue 224

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

Shades of Plum #D89AE0

Tints of Plum #D89AE0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.93%

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 36.36%
G = 25.93%
B = 37.71%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D89AE0 (or 0xD89AE0) is known color: Plum. HEX triplet: D8, 9A and E0. RGB value is (216,154,224). Sum of RGB (Red+Green+Blue) = 216+154+224=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #D89AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AE0 is #27651F. Grayscale: #B4B4B4. Windows color (decimal): -2581792 or 14719704. OLE color: 14719704.

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

Color convert

RGB 216 154 224 -
CMYK 0.04 0.31 0 0.12
HSL 293.14º 0.53% 0.74% -
HSV(B) 293.14º 0.31% 0.88% -
XYZ 53.33 43.09 76.03 -
YUV 180.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 216 154 224 0.04 0.31 0 0.12 293.14 0.53 0.74
Hex D8 9A E0 4 1F 0 C 125 35 4A
Octal 330 232 340 4 37 0 14 445 65 112
Binary 11011000 10011010 11100000 100 11111 0 1100 100100101 110101 1001010

Color Harmonies of #D89AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89AE0

Black with #D89AE0

Text Example


Text Example

White with #D89AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89AE0; }

 p { color: rgb(216,154,224); }

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

background-color css

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

 a { background-color: rgb(216,154,224); }

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

border-color css

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

 span { border-color: rgb(216,154,224); }

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