Html Css Color HEX #DB9EE6 Plum

📋 copy color: '#DB9EE6'

red 219 ◦ green 158 ◦ blue 230

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

Shades of Plum #DB9EE6

Tints of Plum #DB9EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.89%

R = 36.08%
G = 26.03%
B = 37.89%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB9EE6 (or 0xDB9EE6) is known color: Plum. HEX triplet: DB, 9E and E6. RGB value is (219,158,230). Sum of RGB (Red+Green+Blue) = 219+158+230=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB9EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EE6 is #246119. Grayscale: #B8B8B8. Windows color (decimal): -2384154 or 15113947. OLE color: 15113947.

HSL color Cylindrical-coordinate representation of color #DB9EE6: hue angle of 290.83º degrees, saturation: 0.59, 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 #DB9EE6 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 158 230 -
CMYK 0.05 0.31 0 0.10
HSL 290.83º 0.59% 0.76% -
HSV(B) 290.83º 0.31% 0.9% -
XYZ 55.72 45.23 80.66 -
YUV 184.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 219 158 230 0.05 0.31 0 0.10 290.83 0.59 0.76
Hex DB 9E E6 5 1F 0 A 123 3B 4C
Octal 333 236 346 5 37 0 12 443 73 114
Binary 11011011 10011110 11100110 101 11111 0 1010 100100011 111011 1001100

Color Harmonies of #DB9EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EE6

Black with #DB9EE6

Text Example


Text Example

White with #DB9EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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