Html Css Color HEX #DB0386 Medium Violet Red

📋 copy color: '#DB0386'

red 219 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #DB0386

Tints of Medium Violet Red #DB0386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 61.52%
G = 0.84%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB0386 (or 0xDB0386) is known color: Medium Violet Red. HEX triplet: DB, 03 and 86. RGB value is (219,3,134). Sum of RGB (Red+Green+Blue) = 219+3+134=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0386 is #24FC79. Grayscale: #525252. Windows color (decimal): -2423930 or 8782811. OLE color: 8782811.

HSL color Cylindrical-coordinate representation of color #DB0386: hue angle of 323.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0386 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 3 134 -
CMYK 0 0.99 0.39 0.14
HSL 323.61º 0.97% 0.44% -
HSV(B) 323.61º 0.99% 0.86% -
XYZ 33.55 16.85 24.04 -
YUV 82.52 157.06 225.35 -
System Red Green Blue C M Y K H S L
Decimal 219 3 134 0 0.99 0.39 0.14 323.61 0.97 0.44
Hex DB 3 86 0 63 27 E 144 61 2C
Octal 333 3 206 0 143 47 16 504 141 54
Binary 11011011 11 10000110 0 1100011 100111 1110 101000100 1100001 101100

Color Harmonies of #DB0386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0386

Black with #DB0386

Text Example


Text Example

White with #DB0386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0386; }

 p { color: rgb(219,3,134); }

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

background-color css

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

 a { background-color: rgb(219,3,134); }

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

border-color css

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

 span { border-color: rgb(219,3,134); }

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