Html Css Color HEX #DB078C Medium Violet Red

📋 copy color: '#DB078C'

red 219 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #DB078C

Tints of Medium Violet Red #DB078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 59.84%
G = 1.91%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB078C (or 0xDB078C) is known color: Medium Violet Red. HEX triplet: DB, 07 and 8C. RGB value is (219,7,140). Sum of RGB (Red+Green+Blue) = 219+7+140=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB078C is #24F873. Grayscale: #555555. Windows color (decimal): -2422900 or 9177051. OLE color: 9177051.

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

Color convert

RGB 219 7 140 -
CMYK 0 0.97 0.36 0.14
HSL 322.36º 0.94% 0.44% -
HSV(B) 322.36º 0.97% 0.86% -
XYZ 34.02 17.11 26.32 -
YUV 85.55 158.74 223.19 -
System Red Green Blue C M Y K H S L
Decimal 219 7 140 0 0.97 0.36 0.14 322.36 0.94 0.44
Hex DB 7 8C 0 61 24 E 142 5E 2C
Octal 333 7 214 0 141 44 16 502 136 54
Binary 11011011 111 10001100 0 1100001 100100 1110 101000010 1011110 101100

Color Harmonies of #DB078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB078C

Black with #DB078C

Text Example


Text Example

White with #DB078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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