Html Css Color HEX #DB1178 Medium Violet Red

📋 copy color: '#DB1178'

red 219 ◦ green 17 ◦ blue 120

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

Shades of Medium Violet Red #DB1178

Tints of Medium Violet Red #DB1178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.71%

R = 61.52%
G = 4.78%
B = 33.71%

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

#DB1178 (or 0xDB1178) is known color: Medium Violet Red. HEX triplet: DB, 11 and 78. RGB value is (219,17,120). Sum of RGB (Red+Green+Blue) = 219+17+120=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1178 is #24EE87. Grayscale: #585858. Windows color (decimal): -2420360 or 7868891. OLE color: 7868891.

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

Color convert

RGB 219 17 120 -
CMYK 0 0.92 0.45 0.14
HSL 329.41º 0.86% 0.46% -
HSV(B) 329.41º 0.92% 0.86% -
XYZ 32.8 16.82 19.29 -
YUV 89.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 219 17 120 0 0.92 0.45 0.14 329.41 0.86 0.46
Hex DB 11 78 0 5C 2D E 149 56 2E
Octal 333 21 170 0 134 55 16 511 126 56
Binary 11011011 10001 1111000 0 1011100 101101 1110 101001001 1010110 101110

Color Harmonies of #DB1178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1178

Black with #DB1178

Text Example


Text Example

White with #DB1178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1178; }

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

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

background-color css

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

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

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

border-color css

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

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

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