Html Css Color HEX #DB9BEB Plum

📋 copy color: '#DB9BEB'

red 219 ◦ green 155 ◦ blue 235

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

Shades of Plum #DB9BEB

Tints of Plum #DB9BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 35.96%
G = 25.45%
B = 38.59%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB9BEB (or 0xDB9BEB) is known color: Plum. HEX triplet: DB, 9B and EB. RGB value is (219,155,235). Sum of RGB (Red+Green+Blue) = 219+155+235=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BEB is #246414. Grayscale: #B6B6B6. Windows color (decimal): -2384917 or 15440859. OLE color: 15440859.

HSL color Cylindrical-coordinate representation of color #DB9BEB: hue angle of 288º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9BEB is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 155 235 -
CMYK 0.07 0.34 0 0.08
HSL 288º 0.67% 0.76% -
HSV(B) 288º 0.34% 0.92% -
XYZ 55.93 44.5 84.24 -
YUV 183.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 219 155 235 0.07 0.34 0 0.08 288 0.67 0.76
Hex DB 9B EB 7 22 0 8 120 43 4C
Octal 333 233 353 7 42 0 10 440 103 114
Binary 11011011 10011011 11101011 111 100010 0 1000 100100000 1000011 1001100

Color Harmonies of #DB9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BEB

Black with #DB9BEB

Text Example


Text Example

White with #DB9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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