Html Css Color HEX #D89DDB Plum

📋 copy color: '#D89DDB'

red 216 ◦ green 157 ◦ blue 219

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

Shades of Plum #D89DDB

Tints of Plum #D89DDB

RGB

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

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

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

R = 36.49%
G = 26.52%
B = 36.99%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D89DDB (or 0xD89DDB) is known color: Plum. HEX triplet: D8, 9D and DB. RGB value is (216,157,219). Sum of RGB (Red+Green+Blue) = 216+157+219=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #D89DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DDB is #276224. Grayscale: #B5B5B5. Windows color (decimal): -2581029 or 14392792. OLE color: 14392792.

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

Color convert

RGB 216 157 219 -
CMYK 0.01 0.28 0 0.14
HSL 297.1º 0.46% 0.74% -
HSV(B) 297.1º 0.28% 0.86% -
XYZ 53.16 43.83 72.68 -
YUV 181.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 216 157 219 0.01 0.28 0 0.14 297.1 0.46 0.74
Hex D8 9D DB 1 1C 0 E 129 2E 4A
Octal 330 235 333 1 34 0 16 451 56 112
Binary 11011000 10011101 11011011 1 11100 0 1110 100101001 101110 1001010

Color Harmonies of #D89DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89DDB

Black with #D89DDB

Text Example


Text Example

White with #D89DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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