Html Css Color HEX #DB1782 Medium Violet Red

📋 copy color: '#DB1782'

red 219 ◦ green 23 ◦ blue 130

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

Shades of Medium Violet Red #DB1782

Tints of Medium Violet Red #DB1782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 58.87%
G = 6.18%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB1782 (or 0xDB1782) is known color: Medium Violet Red. HEX triplet: DB, 17 and 82. RGB value is (219,23,130). Sum of RGB (Red+Green+Blue) = 219+23+130=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1782 is #24E87D. Grayscale: #5D5D5D. Windows color (decimal): -2418814 or 8525787. OLE color: 8525787.

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

Color convert

RGB 219 23 130 -
CMYK 0 0.89 0.41 0.14
HSL 327.24º 0.81% 0.47% -
HSV(B) 327.24º 0.89% 0.86% -
XYZ 33.55 17.28 22.69 -
YUV 93.8 148.43 217.3 -
System Red Green Blue C M Y K H S L
Decimal 219 23 130 0 0.89 0.41 0.14 327.24 0.81 0.47
Hex DB 17 82 0 59 29 E 147 51 2F
Octal 333 27 202 0 131 51 16 507 121 57
Binary 11011011 10111 10000010 0 1011001 101001 1110 101000111 1010001 101111

Color Harmonies of #DB1782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1782

Black with #DB1782

Text Example


Text Example

White with #DB1782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1782; }

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

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

background-color css

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

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

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

border-color css

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

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

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