Html Css Color HEX #DB91DB Plum

📋 copy color: '#DB91DB'

red 219 ◦ green 145 ◦ blue 219

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

Shades of Plum #DB91DB

Tints of Plum #DB91DB

RGB

 RED value IS 219 (85.94% from 255) = 37.56%

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

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

R = 37.56%
G = 24.87%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB91DB (or 0xDB91DB) is known color: Plum. HEX triplet: DB, 91 and DB. RGB value is (219,145,219). Sum of RGB (Red+Green+Blue) = 219+145+219=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91DB is #246E24. Grayscale: #AFAFAF. Windows color (decimal): -2387493 or 14389723. OLE color: 14389723.

HSL color Cylindrical-coordinate representation of color #DB91DB: hue angle of 300º 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 #DB91DB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 219 -
CMYK 0 0.34 0 0.14
HSL 300º 0.51% 0.71% -
HSV(B) 300º 0.34% 0.86% -
XYZ 52.13 40.43 72.07 -
YUV 175.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 219 145 219 0 0.34 0 0.14 300 0.51 0.71
Hex DB 91 DB 0 22 0 E 12C 33 47
Octal 333 221 333 0 42 0 16 454 63 107
Binary 11011011 10010001 11011011 0 100010 0 1110 100101100 110011 1000111

Color Harmonies of #DB91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB91DB

Black with #DB91DB

Text Example


Text Example

White with #DB91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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