Html Css Color HEX #DB91DA Plum

📋 copy color: '#DB91DA'

red 219 ◦ green 145 ◦ blue 218

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

Shades of Plum #DB91DA

Tints of Plum #DB91DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 37.63%
G = 24.91%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB91DA (or 0xDB91DA) is known color: Plum. HEX triplet: DB, 91 and DA. RGB value is (219,145,218). Sum of RGB (Red+Green+Blue) = 219+145+218=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91DA is #246E25. Grayscale: #AFAFAF. Windows color (decimal): -2387494 or 14324187. OLE color: 14324187.

HSL color Cylindrical-coordinate representation of color #DB91DA: hue angle of 300.81º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91DA is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 218 -
CMYK 0 0.34 0.00 0.14
HSL 300.81º 0.51% 0.71% -
HSV(B) 300.81º 0.34% 0.86% -
XYZ 51.99 40.37 71.38 -
YUV 175.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 219 145 218 0 0.34 0.00 0.14 300.81 0.51 0.71
Hex DB 91 DA 0 22 0 E 12D 33 47
Octal 333 221 332 0 42 0 16 455 63 107
Binary 11011011 10010001 11011010 0 100010 0 1110 100101101 110011 1000111

Color Harmonies of #DB91DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB91DA

Black with #DB91DA

Text Example


Text Example

White with #DB91DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB91DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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