Html Css Color HEX #DB1879 Medium Violet Red

📋 copy color: '#DB1879'

red 219 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #DB1879

Tints of Medium Violet Red #DB1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.59%

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

R = 60.16%
G = 6.59%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB1879 (or 0xDB1879) is known color: Medium Violet Red. HEX triplet: DB, 18 and 79. RGB value is (219,24,121). Sum of RGB (Red+Green+Blue) = 219+24+121=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1879 is #24E786. Grayscale: #5D5D5D. Windows color (decimal): -2418567 or 7936219. OLE color: 7936219.

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

Color convert

RGB 219 24 121 -
CMYK 0 0.89 0.45 0.14
HSL 330.15º 0.8% 0.48% -
HSV(B) 330.15º 0.89% 0.86% -
XYZ 32.99 17.09 19.65 -
YUV 93.36 143.6 217.61 -
System Red Green Blue C M Y K H S L
Decimal 219 24 121 0 0.89 0.45 0.14 330.15 0.8 0.48
Hex DB 18 79 0 59 2D E 14A 50 30
Octal 333 30 171 0 131 55 16 512 120 60
Binary 11011011 11000 1111001 0 1011001 101101 1110 101001010 1010000 110000

Color Harmonies of #DB1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1879

Black with #DB1879

Text Example


Text Example

White with #DB1879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1879; }

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

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

background-color css

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

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

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

border-color css

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

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

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