Html Css Color HEX #DB1080 Medium Violet Red

📋 copy color: '#DB1080'

red 219 ◦ green 16 ◦ blue 128

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

Shades of Medium Violet Red #DB1080

Tints of Medium Violet Red #DB1080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.41%

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

R = 60.33%
G = 4.41%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB1080 (or 0xDB1080) is known color: Medium Violet Red. HEX triplet: DB, 10 and 80. RGB value is (219,16,128). Sum of RGB (Red+Green+Blue) = 219+16+128=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1080 is #24EF7F. Grayscale: #595959. Windows color (decimal): -2420608 or 8392923. OLE color: 8392923.

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

Color convert

RGB 219 16 128 -
CMYK 0 0.93 0.42 0.14
HSL 326.9º 0.86% 0.46% -
HSV(B) 326.9º 0.93% 0.86% -
XYZ 33.29 16.99 21.95 -
YUV 89.47 149.75 220.39 -
System Red Green Blue C M Y K H S L
Decimal 219 16 128 0 0.93 0.42 0.14 326.9 0.86 0.46
Hex DB 10 80 0 5D 2A E 147 56 2E
Octal 333 20 200 0 135 52 16 507 126 56
Binary 11011011 10000 10000000 0 1011101 101010 1110 101000111 1010110 101110

Color Harmonies of #DB1080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1080

Black with #DB1080

Text Example


Text Example

White with #DB1080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1080; }

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

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

background-color css

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

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

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

border-color css

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

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

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