Html Css Color HEX #DB9BE6 Plum

📋 copy color: '#DB9BE6'

red 219 ◦ green 155 ◦ blue 230

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

Shades of Plum #DB9BE6

Tints of Plum #DB9BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.08%

R = 36.26%
G = 25.66%
B = 38.08%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB9BE6 (or 0xDB9BE6) is known color: Plum. HEX triplet: DB, 9B and E6. RGB value is (219,155,230). Sum of RGB (Red+Green+Blue) = 219+155+230=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB9BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BE6 is #246419. Grayscale: #B6B6B6. Windows color (decimal): -2384922 or 15113179. OLE color: 15113179.

HSL color Cylindrical-coordinate representation of color #DB9BE6: hue angle of 291.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9BE6 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 155 230 -
CMYK 0.05 0.33 0 0.10
HSL 291.2º 0.6% 0.75% -
HSV(B) 291.2º 0.33% 0.9% -
XYZ 55.22 44.22 80.49 -
YUV 182.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 219 155 230 0.05 0.33 0 0.10 291.2 0.6 0.75
Hex DB 9B E6 5 21 0 A 123 3C 4B
Octal 333 233 346 5 41 0 12 443 74 113
Binary 11011011 10011011 11100110 101 100001 0 1010 100100011 111100 1001011

Color Harmonies of #DB9BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BE6

Black with #DB9BE6

Text Example


Text Example

White with #DB9BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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