Html Css Color HEX #D891DB Plum

📋 copy color: '#D891DB'

red 216 ◦ green 145 ◦ blue 219

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

Shades of Plum #D891DB

Tints of Plum #D891DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25%

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

R = 37.24%
G = 25%
B = 37.76%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D891DB (or 0xD891DB) is known color: Plum. HEX triplet: D8, 91 and DB. RGB value is (216,145,219). Sum of RGB (Red+Green+Blue) = 216+145+219=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #D891DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891DB is #276E24. Grayscale: #AEAEAE. Windows color (decimal): -2584101 or 14389720. OLE color: 14389720.

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

Color convert

RGB 216 145 219 -
CMYK 0.01 0.34 0 0.14
HSL 297.57º 0.51% 0.71% -
HSV(B) 297.57º 0.34% 0.86% -
XYZ 51.23 39.96 72.03 -
YUV 174.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 216 145 219 0.01 0.34 0 0.14 297.57 0.51 0.71
Hex D8 91 DB 1 22 0 E 12A 33 47
Octal 330 221 333 1 42 0 16 452 63 107
Binary 11011000 10010001 11011011 1 100010 0 1110 100101010 110011 1000111

Color Harmonies of #D891DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D891DB

Black with #D891DB

Text Example


Text Example

White with #D891DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D891DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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