Html Css Color HEX #D89FDB Plum

📋 copy color: '#D89FDB'

red 216 ◦ green 159 ◦ blue 219

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

Shades of Plum #D89FDB

Tints of Plum #D89FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.77%

 BLUE value IS 219 (85.94% from 255) = 36.87%

R = 36.36%
G = 26.77%
B = 36.87%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D89FDB (or 0xD89FDB) is known color: Plum. HEX triplet: D8, 9F and DB. RGB value is (216,159,219). Sum of RGB (Red+Green+Blue) = 216+159+219=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #D89FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FDB is #276024. Grayscale: #B6B6B6. Windows color (decimal): -2580517 or 14393304. OLE color: 14393304.

HSL color Cylindrical-coordinate representation of color #D89FDB: hue angle of 297º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89FDB is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 159 219 -
CMYK 0.01 0.27 0 0.14
HSL 297º 0.45% 0.74% -
HSV(B) 297º 0.27% 0.86% -
XYZ 53.5 44.51 72.79 -
YUV 182.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 216 159 219 0.01 0.27 0 0.14 297 0.45 0.74
Hex D8 9F DB 1 1B 0 E 129 2D 4A
Octal 330 237 333 1 33 0 16 451 55 112
Binary 11011000 10011111 11011011 1 11011 0 1110 100101001 101101 1001010

Color Harmonies of #D89FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89FDB

Black with #D89FDB

Text Example


Text Example

White with #D89FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89FDB; }

 p { color: rgb(216,159,219); }

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

background-color css

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

 a { background-color: rgb(216,159,219); }

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

border-color css

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

 span { border-color: rgb(216,159,219); }

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