Html Css Color HEX #DB8DE5 Plum

📋 copy color: '#DB8DE5'

red 219 ◦ green 141 ◦ blue 229

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

Shades of Plum #DB8DE5

Tints of Plum #DB8DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 37.18%
G = 23.94%
B = 38.88%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB8DE5 (or 0xDB8DE5) is known color: Plum. HEX triplet: DB, 8D and E5. RGB value is (219,141,229). Sum of RGB (Red+Green+Blue) = 219+141+229=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB8DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DE5 is #24721A. Grayscale: #AEAEAE. Windows color (decimal): -2388507 or 15044059. OLE color: 15044059.

HSL color Cylindrical-coordinate representation of color #DB8DE5: hue angle of 293.18º degrees, saturation: 0.63, 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 #DB8DE5 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 141 229 -
CMYK 0.04 0.38 0 0.10
HSL 293.18º 0.63% 0.73% -
HSV(B) 293.18º 0.38% 0.9% -
XYZ 52.88 39.77 79.02 -
YUV 174.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 219 141 229 0.04 0.38 0 0.10 293.18 0.63 0.73
Hex DB 8D E5 4 26 0 A 125 3F 49
Octal 333 215 345 4 46 0 12 445 77 111
Binary 11011011 10001101 11100101 100 100110 0 1010 100100101 111111 1001001

Color Harmonies of #DB8DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DE5

Black with #DB8DE5

Text Example


Text Example

White with #DB8DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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