Html Css Color HEX #DB1380 Medium Violet Red

📋 copy color: '#DB1380'

red 219 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #DB1380

Tints of Medium Violet Red #DB1380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

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

R = 59.84%
G = 5.19%
B = 34.97%

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

#DB1380 (or 0xDB1380) is known color: Medium Violet Red. HEX triplet: DB, 13 and 80. RGB value is (219,19,128). Sum of RGB (Red+Green+Blue) = 219+19+128=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1380 is #24EC7F. Grayscale: #5A5A5A. Windows color (decimal): -2419840 or 8393691. OLE color: 8393691.

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

Color convert

RGB 219 19 128 -
CMYK 0 0.91 0.42 0.14
HSL 327.3º 0.84% 0.47% -
HSV(B) 327.3º 0.91% 0.86% -
XYZ 33.34 17.08 21.96 -
YUV 91.23 148.76 219.14 -
System Red Green Blue C M Y K H S L
Decimal 219 19 128 0 0.91 0.42 0.14 327.3 0.84 0.47
Hex DB 13 80 0 5B 2A E 147 54 2F
Octal 333 23 200 0 133 52 16 507 124 57
Binary 11011011 10011 10000000 0 1011011 101010 1110 101000111 1010100 101111

Color Harmonies of #DB1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1380

Black with #DB1380

Text Example


Text Example

White with #DB1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1380; }

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

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

background-color css

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

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

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

border-color css

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

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

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