Html Css Color HEX #DB91ED Plum

📋 copy color: '#DB91ED'

red 219 ◦ green 145 ◦ blue 237

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

Shades of Plum #DB91ED

Tints of Plum #DB91ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 36.44%
G = 24.13%
B = 39.43%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB91ED (or 0xDB91ED) is known color: Plum. HEX triplet: DB, 91 and ED. RGB value is (219,145,237). Sum of RGB (Red+Green+Blue) = 219+145+237=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91ED is #246E12. Grayscale: #B1B1B1. Windows color (decimal): -2387475 or 15569371. OLE color: 15569371.

HSL color Cylindrical-coordinate representation of color #DB91ED: hue angle of 288.26º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB91ED is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 145 237 -
CMYK 0.08 0.39 0 0.07
HSL 288.26º 0.72% 0.75% -
HSV(B) 288.26º 0.39% 0.93% -
XYZ 54.62 41.43 85.24 -
YUV 177.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 219 145 237 0.08 0.39 0 0.07 288.26 0.72 0.75
Hex DB 91 ED 8 27 0 7 120 48 4B
Octal 333 221 355 10 47 0 7 440 110 113
Binary 11011011 10010001 11101101 1000 100111 0 111 100100000 1001000 1001011

Color Harmonies of #DB91ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB91ED

Black with #DB91ED

Text Example


Text Example

White with #DB91ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB91ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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