Html Css Color HEX #DB0877 Medium Violet Red

📋 copy color: '#DB0877'

red 219 ◦ green 8 ◦ blue 119

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

Shades of Medium Violet Red #DB0877

Tints of Medium Violet Red #DB0877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 63.29%
G = 2.31%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB0877 (or 0xDB0877) is known color: Medium Violet Red. HEX triplet: DB, 08 and 77. RGB value is (219,8,119). Sum of RGB (Red+Green+Blue) = 219+8+119=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0877 is #24F788. Grayscale: #535353. Windows color (decimal): -2422665 or 7801051. OLE color: 7801051.

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

Color convert

RGB 219 8 119 -
CMYK 0 0.96 0.46 0.14
HSL 328.44º 0.93% 0.45% -
HSV(B) 328.44º 0.96% 0.86% -
XYZ 32.63 16.57 18.93 -
YUV 83.74 147.9 224.47 -
System Red Green Blue C M Y K H S L
Decimal 219 8 119 0 0.96 0.46 0.14 328.44 0.93 0.45
Hex DB 8 77 0 60 2E E 148 5D 2D
Octal 333 10 167 0 140 56 16 510 135 55
Binary 11011011 1000 1110111 0 1100000 101110 1110 101001000 1011101 101101

Color Harmonies of #DB0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0877

Black with #DB0877

Text Example


Text Example

White with #DB0877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0877; }

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

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

background-color css

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

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

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

border-color css

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

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

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