Html Css Color HEX #DB8EE8 Plum

📋 copy color: '#DB8EE8'

red 219 ◦ green 142 ◦ blue 232

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

Shades of Plum #DB8EE8

Tints of Plum #DB8EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.12%

R = 36.93%
G = 23.95%
B = 39.12%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB8EE8 (or 0xDB8EE8) is known color: Plum. HEX triplet: DB, 8E and E8. RGB value is (219,142,232). Sum of RGB (Red+Green+Blue) = 219+142+232=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB8EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EE8 is #247117. Grayscale: #AFAFAF. Windows color (decimal): -2388248 or 15240923. OLE color: 15240923.

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

Color convert

RGB 219 142 232 -
CMYK 0.06 0.39 0 0.09
HSL 291.33º 0.66% 0.73% -
HSV(B) 291.33º 0.39% 0.91% -
XYZ 53.45 40.23 81.29 -
YUV 175.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 219 142 232 0.06 0.39 0 0.09 291.33 0.66 0.73
Hex DB 8E E8 6 27 0 9 123 42 49
Octal 333 216 350 6 47 0 11 443 102 111
Binary 11011011 10001110 11101000 110 100111 0 1001 100100011 1000010 1001001

Color Harmonies of #DB8EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EE8

Black with #DB8EE8

Text Example


Text Example

White with #DB8EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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