Html Css Color HEX #DB1B78 Medium Violet Red

📋 copy color: '#DB1B78'

red 219 ◦ green 27 ◦ blue 120

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

Shades of Medium Violet Red #DB1B78

Tints of Medium Violet Red #DB1B78

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

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

R = 59.84%
G = 7.38%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB1B78 (or 0xDB1B78) is known color: Medium Violet Red. HEX triplet: DB, 1B and 78. RGB value is (219,27,120). Sum of RGB (Red+Green+Blue) = 219+27+120=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B78 is #24E487. Grayscale: #5E5E5E. Windows color (decimal): -2417800 or 7871451. OLE color: 7871451.

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

Color convert

RGB 219 27 120 -
CMYK 0 0.88 0.45 0.14
HSL 330.94º 0.78% 0.48% -
HSV(B) 330.94º 0.88% 0.86% -
XYZ 33 17.2 19.35 -
YUV 95.01 142.11 216.44 -
System Red Green Blue C M Y K H S L
Decimal 219 27 120 0 0.88 0.45 0.14 330.94 0.78 0.48
Hex DB 1B 78 0 58 2D E 14B 4E 30
Octal 333 33 170 0 130 55 16 513 116 60
Binary 11011011 11011 1111000 0 1011000 101101 1110 101001011 1001110 110000

Color Harmonies of #DB1B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B78

Black with #DB1B78

Text Example


Text Example

White with #DB1B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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