Html Css Color HEX #DB0078 Medium Violet Red

📋 copy color: '#DB0078'

red 219 ◦ green 0 ◦ blue 120

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

Shades of Medium Violet Red #DB0078

Tints of Medium Violet Red #DB0078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 120 (47.27% from 255) = 35.4%

R = 64.6%
G = 0%
B = 35.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB0078 (or 0xDB0078) is known color: Medium Violet Red. HEX triplet: DB, 00 and 78. RGB value is (219,0,120). Sum of RGB (Red+Green+Blue) = 219+0+120=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0078 is #24FF87. Grayscale: #4E4E4E. Windows color (decimal): -2424712 or 7864539. OLE color: 7864539.

HSL color Cylindrical-coordinate representation of color #DB0078: hue angle of 327.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0078 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 120 -
CMYK 0 1 0.45 0.14
HSL 327.12º 1% 0.43% -
HSV(B) 327.12º 1% 0.86% -
XYZ 32.6 16.42 19.22 -
YUV 79.16 151.05 227.74 -
System Red Green Blue C M Y K H S L
Decimal 219 0 120 0 1 0.45 0.14 327.12 1 0.43
Hex DB 0 78 0 64 2D E 147 64 2B
Octal 333 0 170 0 144 55 16 507 144 53
Binary 11011011 0 1111000 0 1100100 101101 1110 101000111 1100100 101011

Color Harmonies of #DB0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0078

Black with #DB0078

Text Example


Text Example

White with #DB0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0078; }

 p { color: rgb(219,0,120); }

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

background-color css

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

 a { background-color: rgb(219,0,120); }

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

border-color css

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

 span { border-color: rgb(219,0,120); }

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