Html Css Color HEX #DB119B Medium Violet Red

📋 copy color: '#DB119B'

red 219 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #DB119B

Tints of Medium Violet Red #DB119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 56.01%
G = 4.35%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB119B (or 0xDB119B) is known color: Medium Violet Red. HEX triplet: DB, 11 and 9B. RGB value is (219,17,155). Sum of RGB (Red+Green+Blue) = 219+17+155=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB119B is #24EE64. Grayscale: #5C5C5C. Windows color (decimal): -2420325 or 10162651. OLE color: 10162651.

HSL color Cylindrical-coordinate representation of color #DB119B: hue angle of 319.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB119B is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 17 155 -
CMYK 0 0.92 0.29 0.14
HSL 319.01º 0.86% 0.46% -
HSV(B) 319.01º 0.92% 0.86% -
XYZ 35.33 17.83 32.59 -
YUV 93.13 162.92 217.78 -
System Red Green Blue C M Y K H S L
Decimal 219 17 155 0 0.92 0.29 0.14 319.01 0.86 0.46
Hex DB 11 9B 0 5C 1D E 13F 56 2E
Octal 333 21 233 0 134 35 16 477 126 56
Binary 11011011 10001 10011011 0 1011100 11101 1110 100111111 1010110 101110

Color Harmonies of #DB119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB119B

Black with #DB119B

Text Example


Text Example

White with #DB119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB119B; }

 p { color: rgb(219,17,155); }

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

background-color css

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

 a { background-color: rgb(219,17,155); }

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

border-color css

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

 span { border-color: rgb(219,17,155); }

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