Html Css Color HEX #DB0377 Medium Violet Red

📋 copy color: '#DB0377'

red 219 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #DB0377

Tints of Medium Violet Red #DB0377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 64.22%
G = 0.88%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB0377 (or 0xDB0377) is known color: Medium Violet Red. HEX triplet: DB, 03 and 77. RGB value is (219,3,119). Sum of RGB (Red+Green+Blue) = 219+3+119=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0377 is #24FC88. Grayscale: #505050. Windows color (decimal): -2423945 or 7799771. OLE color: 7799771.

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

Color convert

RGB 219 3 119 -
CMYK 0 0.99 0.46 0.14
HSL 327.78º 0.97% 0.44% -
HSV(B) 327.78º 0.99% 0.86% -
XYZ 32.58 16.46 18.91 -
YUV 80.81 149.56 226.57 -
System Red Green Blue C M Y K H S L
Decimal 219 3 119 0 0.99 0.46 0.14 327.78 0.97 0.44
Hex DB 3 77 0 63 2E E 148 61 2C
Octal 333 3 167 0 143 56 16 510 141 54
Binary 11011011 11 1110111 0 1100011 101110 1110 101001000 1100001 101100

Color Harmonies of #DB0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0377

Black with #DB0377

Text Example


Text Example

White with #DB0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0377; }

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

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

background-color css

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

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

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

border-color css

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

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

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