Html Css Color HEX #DB119A Medium Violet Red

📋 copy color: '#DB119A'

red 219 ◦ green 17 ◦ blue 154

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

Shades of Medium Violet Red #DB119A

Tints of Medium Violet Red #DB119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 56.15%
G = 4.36%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB119A (or 0xDB119A) is known color: Medium Violet Red. HEX triplet: DB, 11 and 9A. RGB value is (219,17,154). Sum of RGB (Red+Green+Blue) = 219+17+154=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB119A is #24EE65. Grayscale: #5C5C5C. Windows color (decimal): -2420326 or 10097115. OLE color: 10097115.

HSL color Cylindrical-coordinate representation of color #DB119A: hue angle of 319.31º 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 #DB119A is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 17 154 -
CMYK 0 0.92 0.30 0.14
HSL 319.31º 0.86% 0.46% -
HSV(B) 319.31º 0.92% 0.86% -
XYZ 35.25 17.79 32.15 -
YUV 93.02 162.42 217.86 -
System Red Green Blue C M Y K H S L
Decimal 219 17 154 0 0.92 0.30 0.14 319.31 0.86 0.46
Hex DB 11 9A 0 5C 1E E 13F 56 2E
Octal 333 21 232 0 134 36 16 477 126 56
Binary 11011011 10001 10011010 0 1011100 11110 1110 100111111 1010110 101110

Color Harmonies of #DB119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB119A

Black with #DB119A

Text Example


Text Example

White with #DB119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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