Html Css Color HEX #D89CDB Plum

📋 copy color: '#D89CDB'

red 216 ◦ green 156 ◦ blue 219

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

Shades of Plum #D89CDB

Tints of Plum #D89CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.4%

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

R = 36.55%
G = 26.4%
B = 37.06%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D89CDB (or 0xD89CDB) is known color: Plum. HEX triplet: D8, 9C and DB. RGB value is (216,156,219). Sum of RGB (Red+Green+Blue) = 216+156+219=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #D89CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CDB is #276324. Grayscale: #B4B4B4. Windows color (decimal): -2581285 or 14392536. OLE color: 14392536.

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

Color convert

RGB 216 156 219 -
CMYK 0.01 0.29 0 0.14
HSL 297.14º 0.47% 0.74% -
HSV(B) 297.14º 0.29% 0.86% -
XYZ 52.99 43.49 72.62 -
YUV 181.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 216 156 219 0.01 0.29 0 0.14 297.14 0.47 0.74
Hex D8 9C DB 1 1D 0 E 129 2F 4A
Octal 330 234 333 1 35 0 16 451 57 112
Binary 11011000 10011100 11011011 1 11101 0 1110 100101001 101111 1001010

Color Harmonies of #D89CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89CDB

Black with #D89CDB

Text Example


Text Example

White with #D89CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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