Html Css Color HEX #DB077F Medium Violet Red

📋 copy color: '#DB077F'

red 219 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #DB077F

Tints of Medium Violet Red #DB077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

 BLUE value IS 127 (50% from 255) = 35.98%

R = 62.04%
G = 1.98%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB077F (or 0xDB077F) is known color: Medium Violet Red. HEX triplet: DB, 07 and 7F. RGB value is (219,7,127). Sum of RGB (Red+Green+Blue) = 219+7+127=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB077F is #24F880. Grayscale: #535353. Windows color (decimal): -2422913 or 8325083. OLE color: 8325083.

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

Color convert

RGB 219 7 127 -
CMYK 0 0.97 0.42 0.14
HSL 326.04º 0.94% 0.44% -
HSV(B) 326.04º 0.97% 0.86% -
XYZ 33.12 16.74 21.57 -
YUV 84.07 152.24 224.24 -
System Red Green Blue C M Y K H S L
Decimal 219 7 127 0 0.97 0.42 0.14 326.04 0.94 0.44
Hex DB 7 7F 0 61 2A E 146 5E 2C
Octal 333 7 177 0 141 52 16 506 136 54
Binary 11011011 111 1111111 0 1100001 101010 1110 101000110 1011110 101100

Color Harmonies of #DB077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB077F

Black with #DB077F

Text Example


Text Example

White with #DB077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB077F; }

 p { color: rgb(219,7,127); }

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

background-color css

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

 a { background-color: rgb(219,7,127); }

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

border-color css

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

 span { border-color: rgb(219,7,127); }

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