Html Css Color HEX #D897DB Plum

📋 copy color: '#D897DB'

red 216 ◦ green 151 ◦ blue 219

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

Shades of Plum #D897DB

Tints of Plum #D897DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.77%

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

R = 36.86%
G = 25.77%
B = 37.37%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D897DB (or 0xD897DB) is known color: Plum. HEX triplet: D8, 97 and DB. RGB value is (216,151,219). Sum of RGB (Red+Green+Blue) = 216+151+219=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D897DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897DB is #276824. Grayscale: #B1B1B1. Windows color (decimal): -2582565 or 14391256. OLE color: 14391256.

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

Color convert

RGB 216 151 219 -
CMYK 0.01 0.31 0 0.14
HSL 297.35º 0.49% 0.73% -
HSV(B) 297.35º 0.31% 0.86% -
XYZ 52.17 41.85 72.35 -
YUV 178.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 216 151 219 0.01 0.31 0 0.14 297.35 0.49 0.73
Hex D8 97 DB 1 1F 0 E 129 31 49
Octal 330 227 333 1 37 0 16 451 61 111
Binary 11011000 10010111 11011011 1 11111 0 1110 100101001 110001 1001001

Color Harmonies of #D897DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D897DB

Black with #D897DB

Text Example


Text Example

White with #D897DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D897DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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