Html Css Color HEX #DB91E0 Plum

📋 copy color: '#DB91E0'

red 219 ◦ green 145 ◦ blue 224

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

Shades of Plum #DB91E0

Tints of Plum #DB91E0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.66%

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 37.24%
G = 24.66%
B = 38.1%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB91E0 (or 0xDB91E0) is known color: Plum. HEX triplet: DB, 91 and E0. RGB value is (219,145,224). Sum of RGB (Red+Green+Blue) = 219+145+224=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB91E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91E0 is #246E1F. Grayscale: #AFAFAF. Windows color (decimal): -2387488 or 14717403. OLE color: 14717403.

HSL color Cylindrical-coordinate representation of color #DB91E0: hue angle of 296.2º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB91E0 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 145 224 -
CMYK 0.02 0.35 0 0.12
HSL 296.2º 0.56% 0.72% -
HSV(B) 296.2º 0.35% 0.88% -
XYZ 52.79 40.69 75.59 -
YUV 176.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 219 145 224 0.02 0.35 0 0.12 296.2 0.56 0.72
Hex DB 91 E0 2 23 0 C 128 38 48
Octal 333 221 340 2 43 0 14 450 70 110
Binary 11011011 10010001 11100000 10 100011 0 1100 100101000 111000 1001000

Color Harmonies of #DB91E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB91E0

Black with #DB91E0

Text Example


Text Example

White with #DB91E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB91E0; }

 p { color: rgb(219,145,224); }

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

background-color css

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

 a { background-color: rgb(219,145,224); }

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

border-color css

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

 span { border-color: rgb(219,145,224); }

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