Html Css Color HEX #DB1179 Medium Violet Red

📋 copy color: '#DB1179'

red 219 ◦ green 17 ◦ blue 121

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

Shades of Medium Violet Red #DB1179

Tints of Medium Violet Red #DB1179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 61.34%
G = 4.76%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB1179 (or 0xDB1179) is known color: Medium Violet Red. HEX triplet: DB, 11 and 79. RGB value is (219,17,121). Sum of RGB (Red+Green+Blue) = 219+17+121=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1179 is #24EE86. Grayscale: #595959. Windows color (decimal): -2420359 or 7934427. OLE color: 7934427.

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

Color convert

RGB 219 17 121 -
CMYK 0 0.92 0.45 0.14
HSL 329.11º 0.86% 0.46% -
HSV(B) 329.11º 0.92% 0.86% -
XYZ 32.87 16.84 19.61 -
YUV 89.25 145.92 220.54 -
System Red Green Blue C M Y K H S L
Decimal 219 17 121 0 0.92 0.45 0.14 329.11 0.86 0.46
Hex DB 11 79 0 5C 2D E 149 56 2E
Octal 333 21 171 0 134 55 16 511 126 56
Binary 11011011 10001 1111001 0 1011100 101101 1110 101001001 1010110 101110

Color Harmonies of #DB1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1179

Black with #DB1179

Text Example


Text Example

White with #DB1179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1179; }

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

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

background-color css

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

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

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

border-color css

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

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

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