Html Css Color HEX #DB8EE6 Plum

📋 copy color: '#DB8EE6'

red 219 ◦ green 142 ◦ blue 230

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

Shades of Plum #DB8EE6

Tints of Plum #DB8EE6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.03%

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

R = 37.06%
G = 24.03%
B = 38.92%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB8EE6 (or 0xDB8EE6) is known color: Plum. HEX triplet: DB, 8E and E6. RGB value is (219,142,230). Sum of RGB (Red+Green+Blue) = 219+142+230=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB8EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EE6 is #247119. Grayscale: #AEAEAE. Windows color (decimal): -2388250 or 15109851. OLE color: 15109851.

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

Color convert

RGB 219 142 230 -
CMYK 0.05 0.38 0 0.10
HSL 292.5º 0.64% 0.73% -
HSV(B) 292.5º 0.38% 0.9% -
XYZ 53.17 40.12 79.8 -
YUV 175.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 219 142 230 0.05 0.38 0 0.10 292.5 0.64 0.73
Hex DB 8E E6 5 26 0 A 124 40 49
Octal 333 216 346 5 46 0 12 444 100 111
Binary 11011011 10001110 11100110 101 100110 0 1010 100100100 1000000 1001001

Color Harmonies of #DB8EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EE6

Black with #DB8EE6

Text Example


Text Example

White with #DB8EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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