Html Css Color HEX #DB9EE5 Plum

📋 copy color: '#DB9EE5'

red 219 ◦ green 158 ◦ blue 229

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

Shades of Plum #DB9EE5

Tints of Plum #DB9EE5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.07%

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

R = 36.14%
G = 26.07%
B = 37.79%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB9EE5 (or 0xDB9EE5) is known color: Plum. HEX triplet: DB, 9E and E5. RGB value is (219,158,229). Sum of RGB (Red+Green+Blue) = 219+158+229=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB9EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EE5 is #24611A. Grayscale: #B8B8B8. Windows color (decimal): -2384155 or 15048411. OLE color: 15048411.

HSL color Cylindrical-coordinate representation of color #DB9EE5: hue angle of 291.55º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9EE5 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 158 229 -
CMYK 0.04 0.31 0 0.10
HSL 291.55º 0.58% 0.76% -
HSV(B) 291.55º 0.31% 0.9% -
XYZ 55.58 45.17 79.92 -
YUV 184.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 219 158 229 0.04 0.31 0 0.10 291.55 0.58 0.76
Hex DB 9E E5 4 1F 0 A 124 3A 4C
Octal 333 236 345 4 37 0 12 444 72 114
Binary 11011011 10011110 11100101 100 11111 0 1010 100100100 111010 1001100

Color Harmonies of #DB9EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EE5

Black with #DB9EE5

Text Example


Text Example

White with #DB9EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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