Html Css Color HEX #DB1078 Medium Violet Red

📋 copy color: '#DB1078'

red 219 ◦ green 16 ◦ blue 120

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

Shades of Medium Violet Red #DB1078

Tints of Medium Violet Red #DB1078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

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

R = 61.69%
G = 4.51%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB1078 (or 0xDB1078) is known color: Medium Violet Red. HEX triplet: DB, 10 and 78. RGB value is (219,16,120). Sum of RGB (Red+Green+Blue) = 219+16+120=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1078 is #24EF87. Grayscale: #585858. Windows color (decimal): -2420616 or 7868635. OLE color: 7868635.

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

Color convert

RGB 219 16 120 -
CMYK 0 0.93 0.45 0.14
HSL 329.26º 0.86% 0.46% -
HSV(B) 329.26º 0.93% 0.86% -
XYZ 32.79 16.79 19.28 -
YUV 88.55 145.75 221.04 -
System Red Green Blue C M Y K H S L
Decimal 219 16 120 0 0.93 0.45 0.14 329.26 0.86 0.46
Hex DB 10 78 0 5D 2D E 149 56 2E
Octal 333 20 170 0 135 55 16 511 126 56
Binary 11011011 10000 1111000 0 1011101 101101 1110 101001001 1010110 101110

Color Harmonies of #DB1078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1078

Black with #DB1078

Text Example


Text Example

White with #DB1078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1078; }

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

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

background-color css

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

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

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

border-color css

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

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

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