Html Css Color HEX #DB0891 Medium Violet Red

📋 copy color: '#DB0891'

red 219 ◦ green 8 ◦ blue 145

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

Shades of Medium Violet Red #DB0891

Tints of Medium Violet Red #DB0891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.15%

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 58.87%
G = 2.15%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB0891 (or 0xDB0891) is known color: Medium Violet Red. HEX triplet: DB, 08 and 91. RGB value is (219,8,145). Sum of RGB (Red+Green+Blue) = 219+8+145=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0891 is #24F76E. Grayscale: #565656. Windows color (decimal): -2422639 or 9504987. OLE color: 9504987.

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

Color convert

RGB 219 8 145 -
CMYK 0 0.96 0.34 0.14
HSL 321.04º 0.93% 0.45% -
HSV(B) 321.04º 0.96% 0.86% -
XYZ 34.41 17.28 28.31 -
YUV 86.71 160.9 222.36 -
System Red Green Blue C M Y K H S L
Decimal 219 8 145 0 0.96 0.34 0.14 321.04 0.93 0.45
Hex DB 8 91 0 60 22 E 141 5D 2D
Octal 333 10 221 0 140 42 16 501 135 55
Binary 11011011 1000 10010001 0 1100000 100010 1110 101000001 1011101 101101

Color Harmonies of #DB0891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0891

Black with #DB0891

Text Example


Text Example

White with #DB0891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0891; }

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

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

background-color css

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

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

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

border-color css

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

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

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