Html Css Color HEX #D89BDA Plum

📋 copy color: '#D89BDA'

red 216 ◦ green 155 ◦ blue 218

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

Shades of Plum #D89BDA

Tints of Plum #D89BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.32%

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 36.67%
G = 26.32%
B = 37.01%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D89BDA (or 0xD89BDA) is known color: Plum. HEX triplet: D8, 9B and DA. RGB value is (216,155,218). Sum of RGB (Red+Green+Blue) = 216+155+218=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #D89BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BDA is #276425. Grayscale: #B4B4B4. Windows color (decimal): -2581542 or 14326744. OLE color: 14326744.

HSL color Cylindrical-coordinate representation of color #D89BDA: hue angle of 298.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89BDA is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 155 218 -
CMYK 0.01 0.29 0 0.15
HSL 298.1º 0.46% 0.73% -
HSV(B) 298.1º 0.29% 0.85% -
XYZ 52.7 43.1 71.87 -
YUV 180.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 216 155 218 0.01 0.29 0 0.15 298.1 0.46 0.73
Hex D8 9B DA 1 1D 0 F 12A 2E 49
Octal 330 233 332 1 35 0 17 452 56 111
Binary 11011000 10011011 11011010 1 11101 0 1111 100101010 101110 1001001

Color Harmonies of #D89BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89BDA

Black with #D89BDA

Text Example


Text Example

White with #D89BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89BDA; }

 p { color: rgb(216,155,218); }

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

background-color css

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

 a { background-color: rgb(216,155,218); }

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

border-color css

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

 span { border-color: rgb(216,155,218); }

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