Html Css Color HEX #DB1290 Medium Violet Red

📋 copy color: '#DB1290'

red 219 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #DB1290

Tints of Medium Violet Red #DB1290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 57.48%
G = 4.72%
B = 37.8%

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

#DB1290 (or 0xDB1290) is known color: Medium Violet Red. HEX triplet: DB, 12 and 90. RGB value is (219,18,144). Sum of RGB (Red+Green+Blue) = 219+18+144=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1290 is #24ED6F. Grayscale: #5C5C5C. Windows color (decimal): -2420080 or 9442011. OLE color: 9442011.

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

Color convert

RGB 219 18 144 -
CMYK 0 0.92 0.34 0.14
HSL 322.39º 0.85% 0.46% -
HSV(B) 322.39º 0.92% 0.86% -
XYZ 34.46 17.51 27.95 -
YUV 92.46 157.09 218.25 -
System Red Green Blue C M Y K H S L
Decimal 219 18 144 0 0.92 0.34 0.14 322.39 0.85 0.46
Hex DB 12 90 0 5C 22 E 142 55 2E
Octal 333 22 220 0 134 42 16 502 125 56
Binary 11011011 10010 10010000 0 1011100 100010 1110 101000010 1010101 101110

Color Harmonies of #DB1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1290

Black with #DB1290

Text Example


Text Example

White with #DB1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1290; }

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

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

background-color css

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

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

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

border-color css

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

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

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