Html Css Color HEX #DB1289 Medium Violet Red

📋 copy color: '#DB1289'

red 219 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #DB1289

Tints of Medium Violet Red #DB1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.81%

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

R = 58.56%
G = 4.81%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB1289 (or 0xDB1289) is known color: Medium Violet Red. HEX triplet: DB, 12 and 89. RGB value is (219,18,137). Sum of RGB (Red+Green+Blue) = 219+18+137=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1289 is #24ED76. Grayscale: #5B5B5B. Windows color (decimal): -2420087 or 8983259. OLE color: 8983259.

HSL color Cylindrical-coordinate representation of color #DB1289: hue angle of 324.48º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1289 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 18 137 -
CMYK 0 0.92 0.37 0.14
HSL 324.48º 0.85% 0.46% -
HSV(B) 324.48º 0.92% 0.86% -
XYZ 33.95 17.3 25.22 -
YUV 91.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 219 18 137 0 0.92 0.37 0.14 324.48 0.85 0.46
Hex DB 12 89 0 5C 25 E 144 55 2E
Octal 333 22 211 0 134 45 16 504 125 56
Binary 11011011 10010 10001001 0 1011100 100101 1110 101000100 1010101 101110

Color Harmonies of #DB1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1289

Black with #DB1289

Text Example


Text Example

White with #DB1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1289; }

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

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

background-color css

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

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

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

border-color css

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

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

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