Html Css Color HEX #DB0880 Medium Violet Red

📋 copy color: '#DB0880'

red 219 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #DB0880

Tints of Medium Violet Red #DB0880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

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

R = 61.69%
G = 2.25%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB0880 (or 0xDB0880) is known color: Medium Violet Red. HEX triplet: DB, 08 and 80. RGB value is (219,8,128). Sum of RGB (Red+Green+Blue) = 219+8+128=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0880 is #24F77F. Grayscale: #545454. Windows color (decimal): -2422656 or 8390875. OLE color: 8390875.

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

Color convert

RGB 219 8 128 -
CMYK 0 0.96 0.42 0.14
HSL 325.88º 0.93% 0.45% -
HSV(B) 325.88º 0.96% 0.86% -
XYZ 33.2 16.79 21.91 -
YUV 84.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 219 8 128 0 0.96 0.42 0.14 325.88 0.93 0.45
Hex DB 8 80 0 60 2A E 146 5D 2D
Octal 333 10 200 0 140 52 16 506 135 55
Binary 11011011 1000 10000000 0 1100000 101010 1110 101000110 1011101 101101

Color Harmonies of #DB0880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0880

Black with #DB0880

Text Example


Text Example

White with #DB0880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0880; }

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

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

background-color css

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

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

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

border-color css

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

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

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