Html Css Color HEX #DB8DE2 Plum

📋 copy color: '#DB8DE2'

red 219 ◦ green 141 ◦ blue 226

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

Shades of Plum #DB8DE2

Tints of Plum #DB8DE2

RGB

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

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

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

R = 37.37%
G = 24.06%
B = 38.57%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB8DE2 (or 0xDB8DE2) is known color: Plum. HEX triplet: DB, 8D and E2. RGB value is (219,141,226). Sum of RGB (Red+Green+Blue) = 219+141+226=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB8DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DE2 is #24721D. Grayscale: #ADADAD. Windows color (decimal): -2388510 or 14847451. OLE color: 14847451.

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

Color convert

RGB 219 141 226 -
CMYK 0.03 0.38 0 0.11
HSL 295.06º 0.59% 0.72% -
HSV(B) 295.06º 0.38% 0.89% -
XYZ 52.47 39.6 76.83 -
YUV 174.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 219 141 226 0.03 0.38 0 0.11 295.06 0.59 0.72
Hex DB 8D E2 3 26 0 B 127 3B 48
Octal 333 215 342 3 46 0 13 447 73 110
Binary 11011011 10001101 11100010 11 100110 0 1011 100100111 111011 1001000

Color Harmonies of #DB8DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DE2

Black with #DB8DE2

Text Example


Text Example

White with #DB8DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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