Html Css Color HEX #DB1378 Medium Violet Red

📋 copy color: '#DB1378'

red 219 ◦ green 19 ◦ blue 120

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

Shades of Medium Violet Red #DB1378

Tints of Medium Violet Red #DB1378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 61.17%
G = 5.31%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB1378 (or 0xDB1378) is known color: Medium Violet Red. HEX triplet: DB, 13 and 78. RGB value is (219,19,120). Sum of RGB (Red+Green+Blue) = 219+19+120=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1378 is #24EC87. Grayscale: #5A5A5A. Windows color (decimal): -2419848 or 7869403. OLE color: 7869403.

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

Color convert

RGB 219 19 120 -
CMYK 0 0.91 0.45 0.14
HSL 329.7º 0.84% 0.47% -
HSV(B) 329.7º 0.91% 0.86% -
XYZ 32.84 16.88 19.3 -
YUV 90.31 144.76 219.79 -
System Red Green Blue C M Y K H S L
Decimal 219 19 120 0 0.91 0.45 0.14 329.7 0.84 0.47
Hex DB 13 78 0 5B 2D E 14A 54 2F
Octal 333 23 170 0 133 55 16 512 124 57
Binary 11011011 10011 1111000 0 1011011 101101 1110 101001010 1010100 101111

Color Harmonies of #DB1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1378

Black with #DB1378

Text Example


Text Example

White with #DB1378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1378; }

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

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

background-color css

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

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

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

border-color css

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

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

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