Html Css Color HEX #DB1291 Medium Violet Red

📋 copy color: '#DB1291'

red 219 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #DB1291

Tints of Medium Violet Red #DB1291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 57.33%
G = 4.71%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB1291 (or 0xDB1291) is known color: Medium Violet Red. HEX triplet: DB, 12 and 91. RGB value is (219,18,145). Sum of RGB (Red+Green+Blue) = 219+18+145=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1291 is #24ED6E. Grayscale: #5C5C5C. Windows color (decimal): -2420079 or 9507547. OLE color: 9507547.

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

Color convert

RGB 219 18 145 -
CMYK 0 0.92 0.34 0.14
HSL 322.09º 0.85% 0.46% -
HSV(B) 322.09º 0.92% 0.86% -
XYZ 34.54 17.54 28.35 -
YUV 92.58 157.59 218.17 -
System Red Green Blue C M Y K H S L
Decimal 219 18 145 0 0.92 0.34 0.14 322.09 0.85 0.46
Hex DB 12 91 0 5C 22 E 142 55 2E
Octal 333 22 221 0 134 42 16 502 125 56
Binary 11011011 10010 10010001 0 1011100 100010 1110 101000010 1010101 101110

Color Harmonies of #DB1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1291

Black with #DB1291

Text Example


Text Example

White with #DB1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1291; }

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

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

background-color css

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

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

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

border-color css

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

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

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