Html Css Color HEX #DB1579 Medium Violet Red

📋 copy color: '#DB1579'

red 219 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #DB1579

Tints of Medium Violet Red #DB1579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.82%

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

R = 60.66%
G = 5.82%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB1579 (or 0xDB1579) is known color: Medium Violet Red. HEX triplet: DB, 15 and 79. RGB value is (219,21,121). Sum of RGB (Red+Green+Blue) = 219+21+121=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1579 is #24EA86. Grayscale: #5B5B5B. Windows color (decimal): -2419335 or 7935451. OLE color: 7935451.

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

Color convert

RGB 219 21 121 -
CMYK 0 0.90 0.45 0.14
HSL 329.7º 0.83% 0.47% -
HSV(B) 329.7º 0.9% 0.86% -
XYZ 32.93 16.98 19.63 -
YUV 91.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 219 21 121 0 0.90 0.45 0.14 329.7 0.83 0.47
Hex DB 15 79 0 5A 2D E 14A 52 2F
Octal 333 25 171 0 132 55 16 512 122 57
Binary 11011011 10101 1111001 0 1011010 101101 1110 101001010 1010010 101111

Color Harmonies of #DB1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1579

Black with #DB1579

Text Example


Text Example

White with #DB1579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1579; }

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

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

background-color css

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

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

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

border-color css

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

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

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