Html Css Color HEX #DB8DDB Plum

📋 copy color: '#DB8DDB'

red 219 ◦ green 141 ◦ blue 219

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

Shades of Plum #DB8DDB

Tints of Plum #DB8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.35%

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

R = 37.82%
G = 24.35%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB8DDB (or 0xDB8DDB) is known color: Plum. HEX triplet: DB, 8D and DB. RGB value is (219,141,219). Sum of RGB (Red+Green+Blue) = 219+141+219=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DDB is #247224. Grayscale: #ACACAC. Windows color (decimal): -2388517 or 14388699. OLE color: 14388699.

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

Color convert

RGB 219 141 219 -
CMYK 0 0.36 0 0.14
HSL 300º 0.52% 0.71% -
HSV(B) 300º 0.36% 0.86% -
XYZ 51.52 39.22 71.87 -
YUV 173.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 219 141 219 0 0.36 0 0.14 300 0.52 0.71
Hex DB 8D DB 0 24 0 E 12C 34 47
Octal 333 215 333 0 44 0 16 454 64 107
Binary 11011011 10001101 11011011 0 100100 0 1110 100101100 110100 1000111

Color Harmonies of #DB8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DDB

Black with #DB8DDB

Text Example


Text Example

White with #DB8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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