Html Css Color HEX #DB89DB Plum

📋 copy color: '#DB89DB'

red 219 ◦ green 137 ◦ blue 219

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

Shades of Plum #DB89DB

Tints of Plum #DB89DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.83%

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

R = 38.09%
G = 23.83%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB89DB (or 0xDB89DB) is known color: Plum. HEX triplet: DB, 89 and DB. RGB value is (219,137,219). Sum of RGB (Red+Green+Blue) = 219+137+219=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89DB is #247624. Grayscale: #AAAAAA. Windows color (decimal): -2389541 or 14387675. OLE color: 14387675.

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

Color convert

RGB 219 137 219 -
CMYK 0 0.37 0 0.14
HSL 300º 0.53% 0.7% -
HSV(B) 300º 0.37% 0.86% -
XYZ 50.95 38.07 71.68 -
YUV 170.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 219 137 219 0 0.37 0 0.14 300 0.53 0.7
Hex DB 89 DB 0 25 0 E 12C 35 46
Octal 333 211 333 0 45 0 16 454 65 106
Binary 11011011 10001001 11011011 0 100101 0 1110 100101100 110101 1000110

Color Harmonies of #DB89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB89DB

Black with #DB89DB

Text Example


Text Example

White with #DB89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB89DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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