Html Css Color HEX #DB1580 Medium Violet Red

📋 copy color: '#DB1580'

red 219 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #DB1580

Tints of Medium Violet Red #DB1580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 59.51%
G = 5.71%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB1580 (or 0xDB1580) is known color: Medium Violet Red. HEX triplet: DB, 15 and 80. RGB value is (219,21,128). Sum of RGB (Red+Green+Blue) = 219+21+128=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1580 is #24EA7F. Grayscale: #5C5C5C. Windows color (decimal): -2419328 or 8394203. OLE color: 8394203.

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

Color convert

RGB 219 21 128 -
CMYK 0 0.90 0.42 0.14
HSL 327.58º 0.83% 0.47% -
HSV(B) 327.58º 0.9% 0.86% -
XYZ 33.38 17.15 21.97 -
YUV 92.4 148.1 218.3 -
System Red Green Blue C M Y K H S L
Decimal 219 21 128 0 0.90 0.42 0.14 327.58 0.83 0.47
Hex DB 15 80 0 5A 2A E 148 52 2F
Octal 333 25 200 0 132 52 16 510 122 57
Binary 11011011 10101 10000000 0 1011010 101010 1110 101001000 1010010 101111

Color Harmonies of #DB1580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1580

Black with #DB1580

Text Example


Text Example

White with #DB1580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1580; }

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

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

background-color css

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

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

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

border-color css

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

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

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