Html Css Color HEX #DB1480 Medium Violet Red

📋 copy color: '#DB1480'

red 219 ◦ green 20 ◦ blue 128

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

Shades of Medium Violet Red #DB1480

Tints of Medium Violet Red #DB1480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

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

R = 59.67%
G = 5.45%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB1480 (or 0xDB1480) is known color: Medium Violet Red. HEX triplet: DB, 14 and 80. RGB value is (219,20,128). Sum of RGB (Red+Green+Blue) = 219+20+128=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1480 is #24EB7F. Grayscale: #5B5B5B. Windows color (decimal): -2419584 or 8393947. OLE color: 8393947.

HSL color Cylindrical-coordinate representation of color #DB1480: hue angle of 327.44º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1480 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 128 -
CMYK 0 0.91 0.42 0.14
HSL 327.44º 0.83% 0.47% -
HSV(B) 327.44º 0.91% 0.86% -
XYZ 33.36 17.12 21.97 -
YUV 91.81 148.43 218.72 -
System Red Green Blue C M Y K H S L
Decimal 219 20 128 0 0.91 0.42 0.14 327.44 0.83 0.47
Hex DB 14 80 0 5B 2A E 147 53 2F
Octal 333 24 200 0 133 52 16 507 123 57
Binary 11011011 10100 10000000 0 1011011 101010 1110 101000111 1010011 101111

Color Harmonies of #DB1480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1480

Black with #DB1480

Text Example


Text Example

White with #DB1480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1480; }

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

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

background-color css

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

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

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

border-color css

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

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

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