Html Css Color HEX #D89DE0 Plum

📋 copy color: '#D89DE0'

red 216 ◦ green 157 ◦ blue 224

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

Shades of Plum #D89DE0

Tints of Plum #D89DE0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.3%

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

R = 36.18%
G = 26.3%
B = 37.52%

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

#D89DE0 (or 0xD89DE0) is known color: Plum. HEX triplet: D8, 9D and E0. RGB value is (216,157,224). Sum of RGB (Red+Green+Blue) = 216+157+224=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #D89DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DE0 is #27621F. Grayscale: #B6B6B6. Windows color (decimal): -2581024 or 14720472. OLE color: 14720472.

HSL color Cylindrical-coordinate representation of color #D89DE0: hue angle of 292.84º degrees, saturation: 0.52, 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 #D89DE0 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 157 224 -
CMYK 0.04 0.30 0 0.12
HSL 292.84º 0.52% 0.75% -
HSV(B) 292.84º 0.3% 0.88% -
XYZ 53.83 44.09 76.19 -
YUV 182.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 216 157 224 0.04 0.30 0 0.12 292.84 0.52 0.75
Hex D8 9D E0 4 1E 0 C 125 34 4B
Octal 330 235 340 4 36 0 14 445 64 113
Binary 11011000 10011101 11100000 100 11110 0 1100 100100101 110100 1001011

Color Harmonies of #D89DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89DE0

Black with #D89DE0

Text Example


Text Example

White with #D89DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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