Html Css Color HEX #DB9EE3 Plum

📋 copy color: '#DB9EE3'

red 219 ◦ green 158 ◦ blue 227

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

Shades of Plum #DB9EE3

Tints of Plum #DB9EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.58%

R = 36.26%
G = 26.16%
B = 37.58%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB9EE3 (or 0xDB9EE3) is known color: Plum. HEX triplet: DB, 9E and E3. RGB value is (219,158,227). Sum of RGB (Red+Green+Blue) = 219+158+227=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB9EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EE3 is #24611C. Grayscale: #B7B7B7. Windows color (decimal): -2384157 or 14917339. OLE color: 14917339.

HSL color Cylindrical-coordinate representation of color #DB9EE3: hue angle of 293.04º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9EE3 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 158 227 -
CMYK 0.04 0.30 0 0.11
HSL 293.04º 0.55% 0.75% -
HSV(B) 293.04º 0.3% 0.89% -
XYZ 55.31 45.06 78.46 -
YUV 184.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 219 158 227 0.04 0.30 0 0.11 293.04 0.55 0.75
Hex DB 9E E3 4 1E 0 B 125 37 4B
Octal 333 236 343 4 36 0 13 445 67 113
Binary 11011011 10011110 11100011 100 11110 0 1011 100100101 110111 1001011

Color Harmonies of #DB9EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EE3

Black with #DB9EE3

Text Example


Text Example

White with #DB9EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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