Html Css Color HEX #DB0978 Medium Violet Red

📋 copy color: '#DB0978'

red 219 ◦ green 9 ◦ blue 120

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

Shades of Medium Violet Red #DB0978

Tints of Medium Violet Red #DB0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

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

R = 62.93%
G = 2.59%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB0978 (or 0xDB0978) is known color: Medium Violet Red. HEX triplet: DB, 09 and 78. RGB value is (219,9,120). Sum of RGB (Red+Green+Blue) = 219+9+120=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0978 is #24F687. Grayscale: #545454. Windows color (decimal): -2422408 or 7866843. OLE color: 7866843.

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

Color convert

RGB 219 9 120 -
CMYK 0 0.96 0.45 0.14
HSL 328.29º 0.92% 0.45% -
HSV(B) 328.29º 0.96% 0.86% -
XYZ 32.7 16.61 19.25 -
YUV 84.44 148.07 223.97 -
System Red Green Blue C M Y K H S L
Decimal 219 9 120 0 0.96 0.45 0.14 328.29 0.92 0.45
Hex DB 9 78 0 60 2D E 148 5C 2D
Octal 333 11 170 0 140 55 16 510 134 55
Binary 11011011 1001 1111000 0 1100000 101101 1110 101001000 1011100 101101

Color Harmonies of #DB0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0978

Black with #DB0978

Text Example


Text Example

White with #DB0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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