Html Css Color HEX #DB1A78 Medium Violet Red

📋 copy color: '#DB1A78'

red 219 ◦ green 26 ◦ blue 120

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

Shades of Medium Violet Red #DB1A78

Tints of Medium Violet Red #DB1A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.12%

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

R = 60%
G = 7.12%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB1A78 (or 0xDB1A78) is known color: Medium Violet Red. HEX triplet: DB, 1A and 78. RGB value is (219,26,120). Sum of RGB (Red+Green+Blue) = 219+26+120=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A78 is #24E587. Grayscale: #5E5E5E. Windows color (decimal): -2418056 or 7871195. OLE color: 7871195.

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

Color convert

RGB 219 26 120 -
CMYK 0 0.88 0.45 0.14
HSL 330.78º 0.79% 0.48% -
HSV(B) 330.78º 0.88% 0.86% -
XYZ 32.97 17.15 19.34 -
YUV 94.42 142.44 216.86 -
System Red Green Blue C M Y K H S L
Decimal 219 26 120 0 0.88 0.45 0.14 330.78 0.79 0.48
Hex DB 1A 78 0 58 2D E 14B 4F 30
Octal 333 32 170 0 130 55 16 513 117 60
Binary 11011011 11010 1111000 0 1011000 101101 1110 101001011 1001111 110000

Color Harmonies of #DB1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A78

Black with #DB1A78

Text Example


Text Example

White with #DB1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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