Html Css Color HEX #DB9BDB Plum

📋 copy color: '#DB9BDB'

red 219 ◦ green 155 ◦ blue 219

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

Shades of Plum #DB9BDB

Tints of Plum #DB9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.14%

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

R = 36.93%
G = 26.14%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB9BDB (or 0xDB9BDB) is known color: Plum. HEX triplet: DB, 9B and DB. RGB value is (219,155,219). Sum of RGB (Red+Green+Blue) = 219+155+219=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BDB is #246424. Grayscale: #B5B5B5. Windows color (decimal): -2384933 or 14392283. OLE color: 14392283.

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

Color convert

RGB 219 155 219 -
CMYK 0 0.29 0 0.14
HSL 300º 0.47% 0.73% -
HSV(B) 300º 0.29% 0.86% -
XYZ 53.72 43.62 72.61 -
YUV 181.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 219 155 219 0 0.29 0 0.14 300 0.47 0.73
Hex DB 9B DB 0 1D 0 E 12C 2F 49
Octal 333 233 333 0 35 0 16 454 57 111
Binary 11011011 10011011 11011011 0 11101 0 1110 100101100 101111 1001001

Color Harmonies of #DB9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BDB

Black with #DB9BDB

Text Example


Text Example

White with #DB9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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