Html Css Color HEX #DB1789 Medium Violet Red

📋 copy color: '#DB1789'

red 219 ◦ green 23 ◦ blue 137

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

Shades of Medium Violet Red #DB1789

Tints of Medium Violet Red #DB1789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 57.78%
G = 6.07%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB1789 (or 0xDB1789) is known color: Medium Violet Red. HEX triplet: DB, 17 and 89. RGB value is (219,23,137). Sum of RGB (Red+Green+Blue) = 219+23+137=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1789 is #24E876. Grayscale: #5E5E5E. Windows color (decimal): -2418807 or 8984539. OLE color: 8984539.

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

Color convert

RGB 219 23 137 -
CMYK 0 0.89 0.37 0.14
HSL 325.1º 0.81% 0.47% -
HSV(B) 325.1º 0.89% 0.86% -
XYZ 34.04 17.48 25.25 -
YUV 94.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 219 23 137 0 0.89 0.37 0.14 325.1 0.81 0.47
Hex DB 17 89 0 59 25 E 145 51 2F
Octal 333 27 211 0 131 45 16 505 121 57
Binary 11011011 10111 10001001 0 1011001 100101 1110 101000101 1010001 101111

Color Harmonies of #DB1789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1789

Black with #DB1789

Text Example


Text Example

White with #DB1789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1789; }

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

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

background-color css

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

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

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

border-color css

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

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

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