Html Css Color HEX #DB1390 Medium Violet Red

📋 copy color: '#DB1390'

red 219 ◦ green 19 ◦ blue 144

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

Shades of Medium Violet Red #DB1390

Tints of Medium Violet Red #DB1390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.97%

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

R = 57.33%
G = 4.97%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB1390 (or 0xDB1390) is known color: Medium Violet Red. HEX triplet: DB, 13 and 90. RGB value is (219,19,144). Sum of RGB (Red+Green+Blue) = 219+19+144=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1390 is #24EC6F. Grayscale: #5C5C5C. Windows color (decimal): -2419824 or 9442267. OLE color: 9442267.

HSL color Cylindrical-coordinate representation of color #DB1390: hue angle of 322.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1390 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 144 -
CMYK 0 0.91 0.34 0.14
HSL 322.5º 0.84% 0.47% -
HSV(B) 322.5º 0.91% 0.86% -
XYZ 34.48 17.54 27.95 -
YUV 93.05 156.76 217.84 -
System Red Green Blue C M Y K H S L
Decimal 219 19 144 0 0.91 0.34 0.14 322.5 0.84 0.47
Hex DB 13 90 0 5B 22 E 142 54 2F
Octal 333 23 220 0 133 42 16 502 124 57
Binary 11011011 10011 10010000 0 1011011 100010 1110 101000010 1010100 101111

Color Harmonies of #DB1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1390

Black with #DB1390

Text Example


Text Example

White with #DB1390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1390; }

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

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

background-color css

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

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

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

border-color css

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

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

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