Html Css Color HEX #DB1793 Medium Violet Red

📋 copy color: '#DB1793'

red 219 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #DB1793

Tints of Medium Violet Red #DB1793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 56.3%
G = 5.91%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB1793 (or 0xDB1793) is known color: Medium Violet Red. HEX triplet: DB, 17 and 93. RGB value is (219,23,147). Sum of RGB (Red+Green+Blue) = 219+23+147=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1793 is #24E86C. Grayscale: #5F5F5F. Windows color (decimal): -2418797 or 9639899. OLE color: 9639899.

HSL color Cylindrical-coordinate representation of color #DB1793: hue angle of 322.04º 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 #DB1793 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 23 147 -
CMYK 0 0.89 0.33 0.14
HSL 322.04º 0.81% 0.47% -
HSV(B) 322.04º 0.89% 0.86% -
XYZ 34.79 17.78 29.2 -
YUV 95.74 156.93 215.92 -
System Red Green Blue C M Y K H S L
Decimal 219 23 147 0 0.89 0.33 0.14 322.04 0.81 0.47
Hex DB 17 93 0 59 21 E 142 51 2F
Octal 333 27 223 0 131 41 16 502 121 57
Binary 11011011 10111 10010011 0 1011001 100001 1110 101000010 1010001 101111

Color Harmonies of #DB1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1793

Black with #DB1793

Text Example


Text Example

White with #DB1793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1793; }

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

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

background-color css

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

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

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

border-color css

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

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

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