Html Css Color HEX #DB1784 Medium Violet Red

📋 copy color: '#DB1784'

red 219 ◦ green 23 ◦ blue 132

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

Shades of Medium Violet Red #DB1784

Tints of Medium Violet Red #DB1784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 58.56%
G = 6.15%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB1784 (or 0xDB1784) is known color: Medium Violet Red. HEX triplet: DB, 17 and 84. RGB value is (219,23,132). Sum of RGB (Red+Green+Blue) = 219+23+132=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1784 is #24E87B. Grayscale: #5D5D5D. Windows color (decimal): -2418812 or 8656859. OLE color: 8656859.

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

Color convert

RGB 219 23 132 -
CMYK 0 0.89 0.40 0.14
HSL 326.63º 0.81% 0.47% -
HSV(B) 326.63º 0.89% 0.86% -
XYZ 33.68 17.34 23.4 -
YUV 94.03 149.43 217.14 -
System Red Green Blue C M Y K H S L
Decimal 219 23 132 0 0.89 0.40 0.14 326.63 0.81 0.47
Hex DB 17 84 0 59 28 E 147 51 2F
Octal 333 27 204 0 131 50 16 507 121 57
Binary 11011011 10111 10000100 0 1011001 101000 1110 101000111 1010001 101111

Color Harmonies of #DB1784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1784

Black with #DB1784

Text Example


Text Example

White with #DB1784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1784; }

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

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

background-color css

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

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

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

border-color css

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

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

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