Html Css Color HEX #DB8DE8 Plum

📋 copy color: '#DB8DE8'

red 219 ◦ green 141 ◦ blue 232

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

Shades of Plum #DB8DE8

Tints of Plum #DB8DE8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.82%

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

R = 36.99%
G = 23.82%
B = 39.19%

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

#DB8DE8 (or 0xDB8DE8) is known color: Plum. HEX triplet: DB, 8D and E8. RGB value is (219,141,232). Sum of RGB (Red+Green+Blue) = 219+141+232=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB8DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DE8 is #247217. Grayscale: #AEAEAE. Windows color (decimal): -2388504 or 15240667. OLE color: 15240667.

HSL color Cylindrical-coordinate representation of color #DB8DE8: hue angle of 291.43º 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 #DB8DE8 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 141 232 -
CMYK 0.06 0.39 0 0.09
HSL 291.43º 0.66% 0.73% -
HSV(B) 291.43º 0.39% 0.91% -
XYZ 53.3 39.94 81.24 -
YUV 174.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 219 141 232 0.06 0.39 0 0.09 291.43 0.66 0.73
Hex DB 8D E8 6 27 0 9 123 42 49
Octal 333 215 350 6 47 0 11 443 102 111
Binary 11011011 10001101 11101000 110 100111 0 1001 100100011 1000010 1001001

Color Harmonies of #DB8DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DE8

Black with #DB8DE8

Text Example


Text Example

White with #DB8DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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