Html Css Color HEX #DB8EE2 Plum

📋 copy color: '#DB8EE2'

red 219 ◦ green 142 ◦ blue 226

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

Shades of Plum #DB8EE2

Tints of Plum #DB8EE2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.19%

 BLUE value IS 226 (88.67% from 255) = 38.5%

R = 37.31%
G = 24.19%
B = 38.5%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB8EE2 (or 0xDB8EE2) is known color: Plum. HEX triplet: DB, 8E and E2. RGB value is (219,142,226). Sum of RGB (Red+Green+Blue) = 219+142+226=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB8EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EE2 is #24711D. Grayscale: #AEAEAE. Windows color (decimal): -2388254 or 14847707. OLE color: 14847707.

HSL color Cylindrical-coordinate representation of color #DB8EE2: hue angle of 295º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8EE2 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 142 226 -
CMYK 0.03 0.37 0 0.11
HSL 295º 0.59% 0.72% -
HSV(B) 295º 0.37% 0.89% -
XYZ 52.61 39.9 76.88 -
YUV 174.6 157.01 159.67 -
System Red Green Blue C M Y K H S L
Decimal 219 142 226 0.03 0.37 0 0.11 295 0.59 0.72
Hex DB 8E E2 3 25 0 B 127 3B 48
Octal 333 216 342 3 45 0 13 447 73 110
Binary 11011011 10001110 11100010 11 100101 0 1011 100100111 111011 1001000

Color Harmonies of #DB8EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EE2

Black with #DB8EE2

Text Example


Text Example

White with #DB8EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EE2; }

 p { color: rgb(219,142,226); }

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

background-color css

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

 a { background-color: rgb(219,142,226); }

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

border-color css

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

 span { border-color: rgb(219,142,226); }

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