Html Css Color HEX #DB1794 Medium Violet Red

📋 copy color: '#DB1794'

red 219 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #DB1794

Tints of Medium Violet Red #DB1794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.9%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 56.15%
G = 5.9%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB1794 (or 0xDB1794) is known color: Medium Violet Red. HEX triplet: DB, 17 and 94. RGB value is (219,23,148). Sum of RGB (Red+Green+Blue) = 219+23+148=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1794 is #24E86B. Grayscale: #5F5F5F. Windows color (decimal): -2418796 or 9705435. OLE color: 9705435.

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

Color convert

RGB 219 23 148 -
CMYK 0 0.89 0.32 0.14
HSL 321.73º 0.81% 0.47% -
HSV(B) 321.73º 0.89% 0.86% -
XYZ 34.87 17.81 29.62 -
YUV 95.85 157.43 215.84 -
System Red Green Blue C M Y K H S L
Decimal 219 23 148 0 0.89 0.32 0.14 321.73 0.81 0.47
Hex DB 17 94 0 59 20 E 142 51 2F
Octal 333 27 224 0 131 40 16 502 121 57
Binary 11011011 10111 10010100 0 1011001 100000 1110 101000010 1010001 101111

Color Harmonies of #DB1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1794

Black with #DB1794

Text Example


Text Example

White with #DB1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1794; }

 p { color: rgb(219,23,148); }

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

background-color css

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

 a { background-color: rgb(219,23,148); }

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

border-color css

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

 span { border-color: rgb(219,23,148); }

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