Html Css Color HEX #DB078A Medium Violet Red

📋 copy color: '#DB078A'

red 219 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #DB078A

Tints of Medium Violet Red #DB078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 60.16%
G = 1.92%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB078A (or 0xDB078A) is known color: Medium Violet Red. HEX triplet: DB, 07 and 8A. RGB value is (219,7,138). Sum of RGB (Red+Green+Blue) = 219+7+138=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB078A is #24F875. Grayscale: #555555. Windows color (decimal): -2422902 or 9045979. OLE color: 9045979.

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

Color convert

RGB 219 7 138 -
CMYK 0 0.97 0.37 0.14
HSL 322.92º 0.94% 0.44% -
HSV(B) 322.92º 0.97% 0.86% -
XYZ 33.88 17.05 25.55 -
YUV 85.32 157.74 223.35 -
System Red Green Blue C M Y K H S L
Decimal 219 7 138 0 0.97 0.37 0.14 322.92 0.94 0.44
Hex DB 7 8A 0 61 25 E 143 5E 2C
Octal 333 7 212 0 141 45 16 503 136 54
Binary 11011011 111 10001010 0 1100001 100101 1110 101000011 1011110 101100

Color Harmonies of #DB078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB078A

Black with #DB078A

Text Example


Text Example

White with #DB078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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