Html Css Color HEX #DB9BE9 Plum

📋 copy color: '#DB9BE9'

red 219 ◦ green 155 ◦ blue 233

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

Shades of Plum #DB9BE9

Tints of Plum #DB9BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.39%

R = 36.08%
G = 25.54%
B = 38.39%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB9BE9 (or 0xDB9BE9) is known color: Plum. HEX triplet: DB, 9B and E9. RGB value is (219,155,233). Sum of RGB (Red+Green+Blue) = 219+155+233=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB9BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BE9 is #246416. Grayscale: #B6B6B6. Windows color (decimal): -2384919 or 15309787. OLE color: 15309787.

HSL color Cylindrical-coordinate representation of color #DB9BE9: hue angle of 289.23º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9BE9 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 155 233 -
CMYK 0.06 0.33 0 0.09
HSL 289.23º 0.64% 0.76% -
HSV(B) 289.23º 0.33% 0.91% -
XYZ 55.64 44.39 82.73 -
YUV 183.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 219 155 233 0.06 0.33 0 0.09 289.23 0.64 0.76
Hex DB 9B E9 6 21 0 9 121 40 4C
Octal 333 233 351 6 41 0 11 441 100 114
Binary 11011011 10011011 11101001 110 100001 0 1001 100100001 1000000 1001100

Color Harmonies of #DB9BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BE9

Black with #DB9BE9

Text Example


Text Example

White with #DB9BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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